mirror of
https://github.com/NixOS/nix.git
synced 2024-11-23 23:32:28 +00:00
tests/functional/dependencies.nix: Check that we tolerate syntax and type errors
This commit is contained in:
parent
41333335d3
commit
146953502b
@ -40,6 +40,8 @@ let
|
||||
echo "@nix 1"
|
||||
echo "@nix {}"
|
||||
echo '@nix {"action": null}'
|
||||
echo '@nix {"action": 123}'
|
||||
echo '@nix ]['
|
||||
} >&$NIX_LOG_FD
|
||||
touch $out
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user