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.
Hi, thank you for sharing your work around. But in this case when I print the original incoming string, I can see that it does not contain '\t' at all, yet it is expected in the output string. I am not sure why?
I got the same and "solved" it by including \t as an acceptable character. It's a bit weird.
One of the tests expects special characters to be retained, such as ~ / \ and others. Please fix the task, or remove this test?