tests/functional2/lang: Migrate autoargs
autoargs get their own folder and are not allowed with the other function args tests, just like they deserve their own ring of hell It shall be noted though that this test is particularly pointless, as it merely tests the normal argument passing (which is fine), and not the ✨magic✨ autoargs actually provide Change-Id: Ia2dc00754a13c02e4926200141f90bc797820a15
This commit is contained in:
@@ -1 +0,0 @@
|
||||
--arg lib import(./lib.nix) --argstr xyzzy xyzzy! -A result
|
||||
@@ -0,0 +1,3 @@
|
||||
[[test]]
|
||||
runner = "eval-okay"
|
||||
flags = [ "--arg", "lib", "import(./lib.nix)", "--argstr", "xyzzy", "xyzzy!", "-A", "result" ]
|
||||
Reference in New Issue
Block a user