-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: printed shrink example is not actual input #24
Comments
Thanks for reporting.
|
Still one other possibility is to keep the output in some global ref, which also may be used in #23 . All of these solutions have some kind of performance penalty for non pure data structures. Another possibility may be adding a |
It seems that the issue is caused by this line: quickcheck/src/lib/testable.mbt Line 180 in ded134c
which should've been |
Fixed in this commit. |
Example
Test with Core 532f2e8e4c5e041ba695c24ca69a50cc0005d7bd (where
truncate
has a bug)Expected Output
Actual Output
The text was updated successfully, but these errors were encountered: