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.
Yea that's definitely the issue! That actually allowed me to easily fix my code, as well.
Are you sure it isn't testing for your last line?
Hey!
I was wondering if I am having an error with my code, or if there is possibly something wrong with the test spec? I'm getting the following error message:
Test Passed: Value != undefined
Test Passed: Value == string
Test Passed: Value != 0
Test Passed: Value == 61
Test Passed: Value == 15
Test Passed: Value == Lorem ipsum
Test Passed: Value == 15
Test Passed: Value == dolor sit amet,
Line length is not equal 11 - Expected: 11, instead got: 15
82 Passed
1 Failed
0 Errors
It seems like the test is checking to make sure the last line is not justified, but I can't see how it would ever be a length of 11.