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.
This comment is hidden because it contains spoiler information about the solution
C# tests have the same trouble
Sorry, but for "loren ipsum ..." input with len = 15 I have message
Expected different result:
Expected string length 763 but was 882. Strings differ at index 21.
Expected: "Lorem ipsum\ndolor\nsit\namet,\nconsectetur\nadipiscing\nelit.\n..."
But was: "Lorem ipsum\ndolor sit\namet,\nconsectetur\nadipiscing\n..."
And expected string doesn't looks really justified with len = 15 at \ndolor\nsit\namet,\n part
I'm using C#.
Am I doing smthng wrong?