hnix/tests
Benno Fünfstück fe596a3e3a 1 + if true then 1 else 1 should also not parse
Operators are also not allowed to have an `if`, `let`, `with` or `assert`
expression as their argument (just like functions).
2014-08-19 19:20:17 +02:00
..
Main.hs add a few hunit tests for parser 2014-08-03 15:56:01 +02:00
ParserTests.hs 1 + if true then 1 else 1 should also not parse 2014-08-19 19:20:17 +02:00