D | TestSets.java | 51 String found = execParser("P.g", grammar, "PParser", "PLexer", in testSeqDoesNotBecomeSet() local 53 assertEquals("34\n", found); in testSeqDoesNotBecomeSet() 60 String found = execParser("T.g", grammar, "TParser", "TLexer", in testParserSet() local 62 assertEquals("x\n", found); in testParserSet() 69 String found = execParser("T.g", grammar, "TParser", "TLexer", in testParserNotSet() local 71 assertEquals("z\n", found); in testParserNotSet() 78 String found = execParser("T.g", grammar, "TParser", "TLexer", in testParserNotToken() local 80 assertEquals("zz\n", found); in testParserNotToken() 87 String found = execParser("T.g", grammar, "TParser", "TLexer", in testParserNotTokenWithLabel() local 89 assertEquals("z\n", found); in testParserNotTokenWithLabel() [all …]
|