mirror of
https://github.com/NixOS/nix
synced 2025-07-07 14:21:48 +02:00
Revert "next try for "don't abort when given unmatched '}' with 'start-condition stack underflow'. This fixes #751""
This reverts commit ed23c8568e
. Let's
merge this *after* the 1.11.1 release.
This commit is contained in:
parent
7db05781a6
commit
b669d3d2e8
4 changed files with 8 additions and 23 deletions
|
@ -1,2 +0,0 @@
|
|||
let const = a: "const"; in
|
||||
''${ const { x = "q"; }}''
|
|
@ -1,3 +0,0 @@
|
|||
source common.sh
|
||||
|
||||
nix-instantiate --eval ./lexer.nix
|
|
@ -11,7 +11,7 @@ nix_tests = \
|
|||
binary-patching.sh timeout.sh secure-drv-outputs.sh nix-channel.sh \
|
||||
multiple-outputs.sh import-derivation.sh fetchurl.sh optimise-store.sh \
|
||||
binary-cache.sh nix-profile.sh repair.sh dump-db.sh case-hack.sh \
|
||||
check-reqs.sh pass-as-file.sh tarball.sh lexer.sh
|
||||
check-reqs.sh pass-as-file.sh tarball.sh
|
||||
# parallel.sh
|
||||
|
||||
install-tests += $(foreach x, $(nix_tests), tests/$(x))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue