diff options
author | Chris Dyer <redpony@gmail.com> | 2009-12-04 20:32:11 -0500 |
---|---|---|
committer | Chris Dyer <redpony@gmail.com> | 2009-12-04 20:32:11 -0500 |
commit | 8780a924a060ced3468b71a088409d5ef83fc985 (patch) | |
tree | 0ee244184aa61b39f3bf0cea8922f0d4f97ed364 /tests/system_tests/unsup-align/unsup-align.lex-grammar | |
parent | 5361a6412834485dfd268b6a0fa4144d636f425f (diff) |
oops, forgot to add tests
Diffstat (limited to 'tests/system_tests/unsup-align/unsup-align.lex-grammar')
-rw-r--r-- | tests/system_tests/unsup-align/unsup-align.lex-grammar | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/system_tests/unsup-align/unsup-align.lex-grammar b/tests/system_tests/unsup-align/unsup-align.lex-grammar new file mode 100644 index 00000000..30b1a61a --- /dev/null +++ b/tests/system_tests/unsup-align/unsup-align.lex-grammar @@ -0,0 +1,17 @@ +bleue ||| blue ||| F1000001=1 +bleue ||| house ||| F1000002=1 +bouche ||| the ||| F1000003=1 +bouche ||| mouth ||| F1000004=1 +fin ||| thet ||| F1000005=1 +fin ||| end ||| F1000006=1 +fleur ||| the ||| F1000007=1 +fleur ||| flower ||| F1000008=1 +la ||| the ||| F1000009=1 +la ||| house ||| F1000010=1 +la ||| flower ||| F1000011=1 +la ||| mouth ||| F1000012=1 +le ||| thet ||| F1000013=1 +le ||| end ||| F1000014=1 +maison ||| house ||| F1000015=1 +maison ||| the ||| F1000016=1 +maison ||| blue ||| F1000017=1 |