mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
parent
37b4407c5c
commit
d8b067b549
2 changed files with 19 additions and 11 deletions
|
@ -277,6 +277,12 @@ testReplResponseNoRegex '
|
|||
}
|
||||
'
|
||||
|
||||
# Don't prompt for more input when getting unexpected EOF in imported files.
|
||||
testReplResponse "
|
||||
import $testDir/lang/parse-fail-eof-pos.nix
|
||||
" \
|
||||
'.*error: syntax error, unexpected end of file.*'
|
||||
|
||||
# TODO: move init to characterisation/framework.sh
|
||||
badDiff=0
|
||||
badExitCode=0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue