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.
Typical codewars description and test quality
for those wondering:
'#blue#red#yellow#green' return []
'' return []
incomprehensible tests.
Trouble with other test row 'this is an in#line hash'.
The test only tests the first item of the output. Which means, you can just match the first hashtag (if there's any) and pass all the tests.
Yeah, that caught me offguard too. The description needs to be tweaked.
This comment is hidden because it contains spoiler information about the solution
expected 4 to equal 0 ???
Needs random tests
I'm having the same problem with this test.. if the 11th test is #blue#red#yellow#green, what is the expected result?
Expected: [], instead got: ["wha"]
I'm at a loss as to how to pass this test without knowing the input...
needs to add last test case
This comment is hidden because it contains spoiler information about the solution
Did some reverse engineering, the 11th test is: #blue#red#yellow#green
Expected: 0, instead got: 1
10 Passed
1 Failed
I wonder, what is for '0', as it is expected by the 11th test?
Loading more items...