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.
This doesn't seem difficult, but the instructions are very unclear. Skipping due to lack of clear instructions.
(?m) multi line. Causes ^ and $ to match the begin/end of each line (not only begin/end of string)
Didn't know you could edit the test code. Yep, you're right.
Would you happen to have any hints to why my code is wrong?
One of the tests (which returns an error) says:
"assertEquals( "Answer for expression '?*11=??' " , 2 , Runes.sol_____________veExpression("?*11=??") );"
Is that giant space supposed to be there?
Apart from that, I am receiving errors but unable to think of test cases that invalidate my code.
Needs better description and invalidates correct answers (I succeeded after rewriting code with same return output), bad kata