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.
Your solution has a bug, take a close look at the assetion message in test output panel. There is an invalid character between
e
and_
. It's a result of an off-by-one error in your solution.Unfortuntely, yes.
Uhhh actually I don't know why that is :D I can't really see what dotest is doing, and C++ is weird. It worked for me when I moved adding
_
logic above, but I see solutions similar to yours, so IDK :/Try posting your code here as shown here and mark it as spoiler.
Any trailing / leading whitespace?