exercism / purescript

Exercism exercises in PureScript.

Home Page:https://exercism.org/tracks/purescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions doesn't match the test

neilhan opened this issue · comments

Assert.equal "Whoa, chill out!" $

Instruction says:
"""
He answers 'Calm down, I know what I'm doing!' if you yell a question at him.
"""
In the test, the assert was incorrect. It should be:

test "forceful questions" do
      Assert.equal "Calm down, I know what I'm doing!" $
        Bob.hey "WHAT THE HELL WERE YOU THINKING?"

Thanks for reporting @neilhan! This issue has been reported once before (#89 awating to be reopened). Fortunately we have a fix approved and awaiting to be merged (#219). I'll see about getting it merged now.

@ErikSchierboom : This issue has been solved by #219 and may now be closed. Thanks!