about summary refs log tree commit diff
path: root/tests/lang
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2016-01-31T14·45+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-02-01T17·27+0100
commit4f7824c58ee0420c5679be6f0a9591f59edf410f (patch)
tree65682358a87589b6256df0eb2050bf89be4750fb /tests/lang
parentd367b8e7875161e655deaa96bf8a5dd0bcf8229e (diff)
Remove tests/lexer.sh
"tests/lang.sh" can handle this.
Diffstat (limited to 'tests/lang')
-rw-r--r--tests/lang/parse-okay-regression-751.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lang/parse-okay-regression-751.nix b/tests/lang/parse-okay-regression-751.nix
new file mode 100644
index 0000000000..05c78b3016
--- /dev/null
+++ b/tests/lang/parse-okay-regression-751.nix
@@ -0,0 +1,2 @@
+let const = a: "const"; in
+''${ const { x = "q"; }}''