Home | History | Annotate | Download | only in tests

Lines Matching refs:ick

208             a : 'ick' -> 'ick';
214 found = self.execParser(grammar, "a", "ick")
215 self.assertEquals("ick", found)
1446 found, errors = self.execParser(grammar, "a", "abc ick 34",
1448 self.assertEquals(["line 1:4 extraneous input u'ick' expecting INT"],