DalekBaldwin / check-it

Randomized specification-based testing for Common Lisp. Available through Quicklisp.
51 stars 10 forks source link

Special characters for string generator #16

Open rudolfochrist opened 9 years ago

rudolfochrist commented 9 years ago

Hi,

I think it would be better if the string generator would generate whole ascii table strings. What I mean is that those strings should contain special characters like $#%&* etc. Unprintable characters are debatable, but I see some use cases, too.

Let me here what you think and how you feel about the unprintable characters corner cases.

Best, Sebastian