Ad
  • Custom User Avatar

    The log of one test appears above that test result, you're seeing the result of one test and the log of the next one there.

  • Custom User Avatar

    This is what is in initial test:

    Test.assert_equals(scramble('scriptingjava','javascript'),true)

    I pass this, as I should since a portion of 'scriptingjava' can be rearranged to form 'javascript'

    But when I run full test suite I get the following:

    Expected: false, instead got: true
    Log
    "s1: scriptingjava"
    "s2: javascript"