diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2016-01-31T14·45+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2016-02-01T17·27+0100 |
commit | 4f7824c58ee0420c5679be6f0a9591f59edf410f (patch) | |
tree | 65682358a87589b6256df0eb2050bf89be4750fb /tests/lang | |
parent | d367b8e7875161e655deaa96bf8a5dd0bcf8229e (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.nix | 2 |
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 000000000000..05c78b3016d3 --- /dev/null +++ b/tests/lang/parse-okay-regression-751.nix @@ -0,0 +1,2 @@ +let const = a: "const"; in +''${ const { x = "q"; }}'' |