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 | 8015250ddd3983320b6e54ca7f1914a465bc8a59 (patch) | |
tree | ffb8f421a97a71058bac910bb1ca2e4b5a116c53 /tests/system_tests/multigram/g1.scfg | |
parent | 2b772ed8c1dcfecbb473f63cb0ef65b1dfb574dd (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 |