fix quickcheck failure
authorJoey Hess <joeyh@joeyh.name>
Mon, 30 Dec 2019 17:54:46 +0000 (13:54 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 30 Dec 2019 17:54:46 +0000 (13:54 -0400)
commite006acc8e3645922faa316fdb5f730a50074a5fc
tree57bec915cae6a41b3c653a6b3e1753274513edc6
parent91ec283be630784daace217cce51da23b424d910
fix quickcheck failure

prop_encode_decode_roundtrip failed on "\175" in C locale.

This may be a new problem after the switch to RawFilePath, but it
already had filtering for high chars, so changed to only test ascii
chars.
Git/Filename.hs
Utility/Format.hs