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.
Fixed.
I had this problem as well — it happens if you initialise all registers. If you don't, it works. Don't know why Assert::That produces this funny output.
Pay a lot of attention to constant/register situations. Make sure you cover them all.
there can be some faults in your algorithm, I have solved it by checking the description and rewriting the codes about JNZ. I just misunderstood the meaning of jnz. Hope helpful.
Same thing, I have 8s runtime, but none complex tests passed. It seems this issue will never be fixed as one can find this kind of reports in a lot of katas in relation to C++ solutions.
In this case it seems even the type in Equals that is created by the test itself fails.
I just solved this Kata in Java without any issues so I assume it's fixed?
Yep