add comment

This commit is contained in:
Terence Parr 2013-09-09 17:30:04 -07:00
parent 76b4eef60a
commit 4055c24171
1 changed files with 4 additions and 0 deletions

View File

@ -259,6 +259,10 @@ public class TestParseTreeMatcher extends BaseTest {
assertEquals(expected, results);
}
/*
crap. pattern "<expr>.<ID>" won't work for recursive rules as <expr> won't
match the primaries at start of recursive expr rule. damn!
*/
@Test public void testLRWildcard() throws Exception {
String grammar =
"grammar X6;\n" +