Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
Improve arbitraryChar to make tests more reliable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Diaz committed Jul 2, 2017
1 parent 74416b9 commit 1e22f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Text/LaTeX/Base/Syntax.hs
Expand Up @@ -277,7 +277,7 @@ arbitraryChar :: Gen Char
arbitraryChar = elements $
['A'..'Z']
++ ['a'..'z']
++ "\n-+*/!\"$%&(){}^_.,:;'#@<>? "
++ "\n-+*/!\"().,:;'@<>? "

-- | Utility for the instance of 'LaTeX' to 'Arbitrary'.
-- We generate a short sequence of characters and
Expand Down

0 comments on commit 1e22f16

Please sign in to comment.