Lines Matching refs:found

53 		String found = execParser("T.g", grammar, "TParser", "TLexer",
60 assertEquals(expecting, found);
62 found = execParser("T.g", grammar, "TParser", "TLexer",
68 assertEquals(expecting, found);
70 found = execParser("T.g", grammar, "TParser", "TLexer",
79 assertEquals(expecting, found);
102 String found = execParser("T.g", grammar, "TParser", "TLexer",
109 assertEquals(expecting, found);
111 found = execParser("T.g", grammar, "TParser", "TLexer",
117 assertEquals(expecting, found);
119 found = execParser("T.g", grammar, "TParser", "TLexer",
127 assertEquals(expecting, found);
140 String found = execParser("T.g", grammar, "TParser", "TLexer",
143 assertEquals("alt2\n", found);
145 found = execParser("T.g", grammar, "TParser", "TLexer",
148 assertEquals("alt1\n", found);
162 String found = execParser("T.g", grammar, "TParser", "TLexer",
165 assertEquals("alt2\n", found);
167 found = execParser("T.g", grammar, "TParser", "TLexer",
170 assertEquals("alt1\nD\n", found);
183 String found = execParser("T.g", grammar, "TParser", "TLexer",
186 assertEquals("alt1\n", found);
199 String found = execParser("T.g", grammar, "TParser", "TLexer",
201 assertEquals("alt2\n", found);
224 String found = execParser("T.g", grammar, "TParser", "TLexer",
236 assertEquals(expecting, found);
259 String found = execParser("T.g", grammar, "TParser", "TLexer",
287 assertEquals(expecting, found);
308 String found = execTreeParser("T.g", grammar, "TParser", "TP.g",
310 assertEquals("alt 2\n", found);
335 String found = execTreeParser("T.g", grammar, "TParser", "TP.g",
337 assertEquals("b:alt 2 a:alt 1\n", found);
354 String found = execParser("T.g", grammar, "TParser", "TLexer",
357 assertEquals("1:xxxy;\n", found);
374 String found = execParser("T.g", grammar, "TParser", "TLexer",
377 assertEquals("x x x y\n", found);
386 String found = execParser("T.g", grammar, "TParser", "TLexer",
388 assertEquals("b\n", found);
389 found = execParser("T.g", grammar, "TParser", "TLexer",
391 assertEquals("", found);
402 String found = execParser("T.g", grammar, "TParser", "TLexer",
405 assertEquals("alt1\n", found);
414 String found = execParser("T.g", grammar, "TParser", "TLexer",
417 assertEquals("alt1\n", found);