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.
The brackets highlight the difference between both results, that's from JUnit, and they're not part of neither of those values. Your code is failing the first assertion in testOddString tests, not a kata issue. This test:
You can see there that for
"abcde"
should be["ab", "cd", "e_"]
exactly like the last example in the description.