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.
I guess he does indeed
Np, thanks again for your feedback :)
The reason it's showing now is because I switched Test.assertEquals to Test.expect with a custom message showing the new line character. Unfortunately Test.expect doesn't show the answer when done correctly. Which would be more helpful?
Thanks for the feedback! I've changed all the test cases to use Test.expect with a helpful message when the solution doesn't match.. In the message i escaped the \ character so you can now see the new lines. Let me know if it's helpful :)