kursjan / petitparser2

A high-performance top-down parser
MIT License
41 stars 17 forks source link

PP2AbstractParserTest class >> packageNamesUnderTest is wrong #44

Closed marianopeck closed 4 years ago

marianopeck commented 5 years ago

And so, doing CodeCoverage fails. I think it should be:

packageNamesUnderTest
    ^ #('PetitParser2' 'PetitParser2-Tests')
gcotelli commented 5 years ago

And

PP2JsonParserTest class>>#packageNamesUnderTest
    ^ #('PetitParser2-JSON')