diff options
author | Shea Levy <shea@shealevy.com> | 2016-01-19T21·24-0500 |
---|---|---|
committer | Shea Levy <shea@shealevy.com> | 2016-01-19T21·24-0500 |
commit | 7db05781a680028380aed6a01f2a74c68907bad7 (patch) | |
tree | c772d515642ead544927c5fd25623ffba8341d46 /tests/lexer.nix | |
parent | 9fff4925613d44ac12775ad8840709130b9498d1 (diff) | |
parent | ed23c8568e10d15196bb4ff2b79fc14191d28109 (diff) |
Merge branch 'lexer-regression-fix' of git://github.com/fkz/nix
Diffstat (limited to 'tests/lexer.nix')
-rw-r--r-- | tests/lexer.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lexer.nix b/tests/lexer.nix new file mode 100644 index 000000000000..05c78b3016d3 --- /dev/null +++ b/tests/lexer.nix @@ -0,0 +1,2 @@ +let const = a: "const"; in +''${ const { x = "q"; }}'' |