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.
worked out my issue! nevermind.
Use markdown formatting when posting code here.
The formatting of the comment changes some astricks into bold text... you'll have to trust me that they are there. The only difference between expected result is two spaces at the front. Which it only wants one space for the previous test.
How does the instructions say "no trailing spaces" but then I get this result from one of the tests?
Expected: ' \n \n*\n ***\n \n', instead got: ' \n \n\n ***\n *\n'
I originally had no spaces but the code failed. And now the test expects random extra spaces between them? Especially weird considering the previous test passes with:
Test Passed: Value == ' \n**\n *\n'
But the second test wants two spaces before the first astrix?