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.
Read the note in the description. There is an open issue below too.
@searchingforapuppy
I think you are misinterpreting the logs. In this particular kata the assertions are not separated, therefore the error message you see (
false should equal true
) does not necesarily refer to the first test; i.e. your solution might work for the first few tests until it reaches a case for which it does not work.I'm not sure, but maybe the TypeScript test is broken.
I'm working with this problem with TypeScript, and I failed a test within tests below.
I tested them, and it seems I failed the first case.
The error message say that "expected false to equal true", so the first case is expected to return false, and my program returns true for this case.
Although, the first case is given as valid case at the Instruction page.
No, they're not broken.
Tests for PHP are broken. Check them again, I've added a comment
To post an issue you have to give a detailed reason - input, your output, expected ouput - :-)
For your information (look at the top of the page) 1310 people passed the PHP kata and 684 the TS one.