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.
For Java, the last part of the details reads: "Any whitespace at the end of the line should also be stripped out."
My solution does away with any whitespace at the end of the line, but one of the tests fails, see below:
org.junit.ComparisonFailure: expected:<...
e
e[
]> but was:<...
e
e[]>"
Should this test not pass on account of the above-mentioned part of the requirements?
Thanks!