DalekBaldwin / check-it

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

Fix test arg type when shrinking string-generator #21

Closed nja closed 7 years ago

nja commented 7 years ago

Fixes shrinking of string-generator by taking care to pass a string (rather than the list from SHRINK-LIST) to the test.

DalekBaldwin commented 7 years ago

Changes merged into dev.