winterland1989 / binary-parsers

Extends binary with parsec/attoparsec style parsing combinators
BSD 3-Clause "New" or "Revised" License
26 stars 8 forks source link

Only test `satisfyWith` using ASCII characters #4

Closed codebje closed 5 years ago

codebje commented 6 years ago

Addressing winterland1989/binary-parsers#3, this PR generates only ASCII characters for the satisfyWith property. The test suite passes with both QuickCheck 1.9 and QuickCheck 1.11, as it does not rely on the new features added with QuickCheck 1.10+ for ASCII testing.