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.
When the initial input is :
I get the following error message :
...which is exactly the same issue described by Lisensolikum above...I believe it is a bug, unless I've missed something in the requirements.
hope this helps, thanks
Previously asked by bel but I will raise this as issue:
Hi Ben, maybe I'm missing something but there are some test I do not understand (or maybe they are wrong...):
"Expected: 'To do list: 0bhjTwzQUx', instead got: 'To do list: 0bhjTwzQUx, Px, 0JM7s20'"
Where 'str1="To do list: "' and 'str2="+0bhjTwzQUx, +Px, +0JM7s20"'
Reading the description I assume I have to return all the tasks marked with '+' but the test is asking just for the first.
It alway happens when 'str1="To do list: "'
Can you help?
Ok Ben, I can see that. Gonna try again, thanks!
Hi Bel,
The solution previously used to check if your solution was correct was wrong. It outputted 'To Do List: To do List' if one or both of the strings were empty or something like that. It is possible your solution had the same mistake.
I have since updated the solution so that it no longer makes this mistake.
Hello Ben!
My 'past solution' is not passing the tests anymore :( I've seen some kind of unstability while solving the kata. Sorry I have no better feedback to give you.
This is now resolved.
Thanks for spotting this. It has now been rectified.
and I got this in the random tests:
Sometimes the random tests generates an initial to-do list with duplicate entries.