Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Now I get:
GNU MP: Cannot allocate memory (size=109117456)
Process was terminated. It took longer than 12000ms to complete
...
Same problem, please fix it, been stuck here twice...
Haskell version, tab character problem! Please fix!
should work for random strings
✘ Falsifiable (after 7 tests and 3 shrinks):
" "
I have no idea what is this. " " in, " " out, test failed. No reason given.
Cheating: First argument should be used
What does this message mean?
Where is Text.Parse coming from? Couldn't find it on official document. API looks like Text.Parsec though.
Yes, and "\201", "\213", etc. are considered uppercase. They really shouldn't be.
Haskell version does not indicate the input:
expected: []
but got: [1,2,3,4,5,6,7,8,9]
What was the input?
Haskell version does not indicate the input:
expected: []
but got: [1,2,3,4,5,6,7,8,9]
What was the input?
No, Migoo's right. The bottom is the input String "a\170aa". I encountered the same thing:
Falsifiable (after 24 tests and 7 shrinks):
expected: "\223&2a"
but got: "\223aaa"
"\223aaa"
The input here is "\223aaa". Very frustrating. And look at that expected value!