Ad
  • Custom User Avatar

    It wasn't, but it is now.

  • Custom User Avatar

    Seems to be fixed

  • Custom User Avatar

    After looking at the test cases, just put this on each test:

    sort (splitInteger Some Value) `shouldBe` [Lah, Dee, Dah]
    

    This should clear up people's problems! You will have to import Data.List, additionally.

  • Custom User Avatar

    Ah! I didn't write those, I still haven't gotten use to that feature. We'll all need to specify which language you are testing in the future.

    This might be a good addition to the platform (automatically tagging the language when commenting). I'll suggest it.

  • Custom User Avatar

    Haskell tests don't sort anything.

  • Custom User Avatar

    I'm not sure what you are referring to. All my tests use the same method for testing, and the both the expected and actual solution is always sorted before testing.

    Are you sure your solution is correct?