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 test that expects
"ya"
has"z"
too, but"ya"
is before and therefore is the right expected answer.Try using this:
std::cout << "* Debug " << "'" << str << "'" << std::endl;
when the tests pass, the input will show one after the other, the last one above the error message is the one your code is failing.You're mixing some tests there, there is no test like that in the Edge Tests.