diff options
author | Chris Dyer <redpony@gmail.com> | 2014-02-14 22:30:05 -0500 |
---|---|---|
committer | Chris Dyer <redpony@gmail.com> | 2014-02-14 22:30:05 -0500 |
commit | 9e2f7fcfa76213f5e41abb4f4c9a264ebe8f9d8c (patch) | |
tree | 94905f2dcb4616fa329c7ee294d76d7321b73df5 /tests/system_tests/multigram/g1.scfg | |
parent | 0964b959fc2be173a2adbd52d2d1d143f7458496 (diff) |
fix unary handling in scfg parser
Diffstat (limited to 'tests/system_tests/multigram/g1.scfg')
-rw-r--r-- | tests/system_tests/multigram/g1.scfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/system_tests/multigram/g1.scfg b/tests/system_tests/multigram/g1.scfg new file mode 100644 index 00000000..a3a59699 --- /dev/null +++ b/tests/system_tests/multigram/g1.scfg @@ -0,0 +1,4 @@ +[X] ||| [Z] ||| [1] ||| Top=1 +[Y] ||| foo ||| foo ||| F1=1 +[Z] ||| [Z] [Y] ||| [1] [2] ||| W1=1 +[Z] ||| [Y] ||| [1] ||| W2=1 |