fix tests

This commit is contained in:
Yann Esposito (Yogsototh) 2017-04-19 23:40:51 +02:00
parent 6aba965f02
commit f24948d5db
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -20,7 +20,7 @@ parseTests =
, testCase "simple commands" (simpleCommand "atom")
, testCase "simple commands" (simpleCommand "_foo")
, testCase "multiline command"
(parseCmd "fn [x] ; comment \n (+ x 1)" @?= Right incExpr)
(parseCmd "(fn [x] ; comment \n (+ x 1))" @?= Right incExpr)
, testProperty "simple" propAtom
]