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 apostrophe case is common to all test fixtures except the Java version as far as I can tell. I would really like to replace the Java version of this kata, especially because of the empty-string null case and also because of the lack of test cases that translation has in comparison to the other translations (which appear to replicate my original Javascript test cases for the most part). I'm a bit of a newbie to kata translations, but they don't seem to allow languages that have already been translated. I've provided feedback, but may end up creating new test cases, etc, and then just directly contacting the admins with them.
Among my testcases there was a call against string with single quote, like "foos aren't bars", while expected result was "Foos Aren't Bars". But "aren't".title() equals "Aren'T", so solution using it doesn't work, and yet it's at the top. So, different people given different testcases, some get "harder" cases, which causes them to write more complex code than other people.