hnix/tests
Profpatsch 8b4c137a3b Shorthands.hs, mkDot/mkDots: automatically quote non-symbols
Nix can accept (nearly?) arbitrary values as attributes, if they are quoted in
strings. So generating “dots” should always result in valid nix attributes.
This uses the same regex as the nix lexer (as of 1.11).

Also add a few tests whether it correctly generates symbol/non-symbol
attributes.
2017-04-21 03:54:06 +02:00
..
EvalTests.hs make tests pass 2016-01-23 15:51:34 -06:00
Main.hs Shorthands.hs, mkDot/mkDots: automatically quote non-symbols 2017-04-21 03:54:06 +02:00
ParserTests.hs Correctly parse identifiers with reserved word prefixes 2017-04-17 19:33:57 +10:00
ShorthandTests.hs Shorthands.hs, mkDot/mkDots: automatically quote non-symbols 2017-04-21 03:54:06 +02:00