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.
Test Results:
SolutionTest
testSolution
Completed in 24ms
You have passed all of the tests! :)
but when run attempt receiving that:
SolutionTest
testEmpty
testShort
testEdge
expected:<[#]
[On> but was:<[y]
[On>Stack Trace
Completed in 5ms
testLong
expected:<###[#]##Cp{u> but was:<###[]]##Cp{u>
Stack Trace
Completed in 1ms
testSingle
in the task itself this is the statement:
which changes all but the last four characters into '#'
to all means ALL. Either change the task name, or remove these test which for some reason should check if we have construction [] leave them as it is and inside hide numbers if there are more then 4, because another contsruction () I do believe is not counting for similar case.