hnix/tests
John Wiegley dfee8cd2b8 Add checkExpr, which checks for errors in Nix expressions
This allows us to pass 10 more of the NixLanguageTests, so that after parsing
a file containing "x: y", we can report that y is undefined.
2018-03-28 16:27:35 -07:00
..
EvalTests.hs Restore monadic abstraction (to support importFile), fix attribute sets 2018-03-28 14:45:10 -07:00
Main.hs Normalize import statements, add option parsing 2018-03-27 21:59:27 -07:00
NixLanguageTests.hs Add checkExpr, which checks for errors in Nix expressions 2018-03-28 16:27:35 -07:00
ParserTests.hs Normalize import statements, add option parsing 2018-03-27 21:59:27 -07:00
PrettyTests.hs Escape ${ but not plain $ in indented strings 2017-05-31 21:24:43 +10:00