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 error message in C++ hides the spaces (I don't know why but it does), you can check it returning
return "HEY JUDE ";
against the sample test. It'll fail and you won't see why.Linking the screenshot : https://imgur.com/a/g8HvFrU
You mean I have else spaces than it supposed to be?
Use question label next time, suggestion label is for your suggestions on how to improve the kata test/description/etc.
I would look for trailing/leading spaces, when copied/pasted to discussion and not using proper markdown they're lost in the post.
I passed all tests except this:
Expected: equal to SOS! THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG.
Actual: SOS! THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG.
It seems I am missing "equal to" how can this be different from the previous tests? Any suggestions?