Skip to content

Commit

Permalink
Merge pull request haskell#33 from thomie/arbitrary
Browse files Browse the repository at this point in the history
Remove "|bcd123" from character set for tests (haskell#15)
  • Loading branch information
ndmitchell committed Oct 28, 2014
2 parents a3a3d50 + 3bd5fa0 commit ff126cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/AutoTest.hs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ instance Arbitrary QFilePath where
newtype QChar = QChar {fromQChar :: Char}

instance Arbitrary QChar where
arbitrary = fmap QChar $ elements "?|./:\\abcd 123;_"
arbitrary = fmap QChar $ elements "?./:\\a ;_"



Expand Down

0 comments on commit ff126cd

Please sign in to comment.