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.
Is it a bug?: I get the following error on this kata:
Test Results:
Unable to decode the command from the command line:
UnicodeEncodeError: 'utf-8' codec can't encode character '\udcc3' in position 293: surrogates not allowed
STDERR:
Unable to decode the command from the command line:
UnicodeEncodeError: 'utf-8' codec can't encode character '\udcc3' in position 293: surrogates not allowed
Using Python, got the following results
"✘ 'tuijrui piijlaqqrjyistlagjktpudh oselowytqauupokkiyagyhhqha lhphiahopq' should equal
'tuijrui piijlaqqrjyistlagjktpudh oselowytqauupokkiyagyhhqha lhphiahopq'"
obviously, the problem is the multiple spaces in the middle. The instructions say nothing about maintaining extra spaces. If extra spaces are not to be dropped, which substring does it go with? The substring it comes after, or the substring it comes before?