haskell / attoparsec

A fast Haskell library for parsing ByteStrings
http://hackage.haskell.org/package/attoparsec
Other
512 stars 93 forks source link

Improve QC instances #86

Closed SeanRBurton closed 9 years ago

SeanRBurton commented 9 years ago

I have extended the Arbitrary Instances for Text and Lazy Text to cover the whole unicode range. Note that this triggers the bug from Issue #80.

bos commented 9 years ago

Nice. I was just working in this direction myself, so I'll put together a few commits on top of yours.

bos commented 9 years ago

By the way, I've had to strip all the trailing whitespace that you added. Please consider configuring your text editor to do this automatically :-(