mirror of
https://github.com/NixOS/nix
synced 2025-06-25 19:01:16 +02:00
tests/functional/dependencies.nix: Check that we tolerate syntax and type errors
This commit is contained in:
parent
ee03fd478e
commit
1485937b89
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ let
|
||||||
echo "@nix 1"
|
echo "@nix 1"
|
||||||
echo "@nix {}"
|
echo "@nix {}"
|
||||||
echo '@nix {"action": null}'
|
echo '@nix {"action": null}'
|
||||||
|
echo '@nix {"action": 123}'
|
||||||
|
echo '@nix ]['
|
||||||
} >&$NIX_LOG_FD
|
} >&$NIX_LOG_FD
|
||||||
touch $out
|
touch $out
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue