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.
Not all languages (eg Python) test for Unicode-only characters, and instead only test for Ascii.
Fixed in JS.
JS, maybe others:
Literally a single random test. Just the one.
Needs to be updated to chai+assert before approval
In what language?
EDIT: I added some failure messages to assertions in JS, this should help.
WTF?
expected 'G' to equal ','
I want to see the test case that fails! I don't know what to fix! :(