[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9472]
This commit is contained in:
parrt 2011-11-26 13:24:10 -08:00
parent 21e9f67927
commit 00365ac511
1 changed files with 2 additions and 1 deletions

View File

@ -310,7 +310,8 @@ public class TestLeftRecursion extends BaseTest {
"a=b=c+d.e","(= a (= b (+ c (. d e))))",
"a|b&c", "(| a (& b c))",
"(a|b)&c", "(& (| a b) c)",
"a > b", "(> a b)",
"a > b", "(> a b)",
"a > 0", "(> a 0)",
"a >> b", "(>> a b)", // text is from one token
"a < b", "(< a b)",