diff options
author | Fabian Schmitthenner <development@schmitthenner.eu> | 2016-01-19T20·07+0000 |
---|---|---|
committer | Fabian Schmitthenner <development@schmitthenner.eu> | 2016-01-19T20·35+0000 |
commit | ed23c8568e10d15196bb4ff2b79fc14191d28109 (patch) | |
tree | 633a298bd97695734b663d293cea57201d7123e3 /tests/lexer.nix | |
parent | ef53735f281cf0f5c54ac13ff649c696539d691d (diff) |
next try for "don't abort when given unmatched '}' with 'start-condition stack underflow'. This fixes #751"
This reverts commit 8120b6fb8a4924f8ae717bba9bbda4a2f89e2141 and fixes the regression introduced in 8d22b26448a091c76ab972c0b0603daac5e255e4.
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"; }}'' |