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.
100% right: 125 is not an ore number.
Should raise an issue IMHO
I'm so happy I found this comment, as that was the one I kept getting as well. Thank you!
The C++ version seems terrible, you have to work with C-style strings rather than std::string. Whitespace doesn't always show up in assertion messages, so you should print the result to console yourself and try selecting the string. If there's trailing whitespace at the end, you should see it.
Maybe there's some trailing whitespace in expected or your returned string?