1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 19:23:54 +02:00

Remove tests/lexer.sh

"tests/lang.sh" can handle this.
This commit is contained in:
Eelco Dolstra 2016-01-31 15:45:21 +01:00
parent d367b8e787
commit 4f7824c58e
3 changed files with 1 additions and 4 deletions

View file

@ -0,0 +1,2 @@
let const = a: "const"; in
''${ const { x = "q"; }}''