Ad
  • Custom User Avatar

    Yea that's definitely the issue! That actually allowed me to easily fix my code, as well.

  • Custom User Avatar

    Are you sure it isn't testing for your last line?

  • Custom User Avatar

    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.