diff options
Diffstat (limited to 'tests/lang/eval-fail-bad-antiquote-3.err.exp')
-rw-r--r-- | tests/lang/eval-fail-bad-antiquote-3.err.exp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/lang/eval-fail-bad-antiquote-3.err.exp b/tests/lang/eval-fail-bad-antiquote-3.err.exp new file mode 100644 index 000000000..fbefbc826 --- /dev/null +++ b/tests/lang/eval-fail-bad-antiquote-3.err.exp @@ -0,0 +1,10 @@ +error: + … while evaluating a path segment + + at /pwd/lang/eval-fail-bad-antiquote-3.nix:1:3: + + 1| ''${x: x}'' + | ^ + 2| + + error: cannot coerce a function to a string |