forked from jasder/antlr
add test
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9472]
This commit is contained in:
parent
21e9f67927
commit
00365ac511
|
@ -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)",
|
||||
|
||||
|
|
Loading…
Reference in New Issue