aboutsummaryrefslogtreecommitdiffstats
path: root/test/testdata/eval-fail-bad-string-interpolation-4.err.exp
diff options
context:
space:
mode:
authorRutger Broekhoff2025-07-07 21:52:08 +0200
committerRutger Broekhoff2025-07-07 21:52:08 +0200
commitba61dfd69504ec6263a9dee9931d93adeb6f3142 (patch)
treed6c9b78e50eeab24e0c1c09ab45909a6ae3fd5db /test/testdata/eval-fail-bad-string-interpolation-4.err.exp
downloadverified-dyn-lang-interp-ba61dfd69504ec6263a9dee9931d93adeb6f3142.tar.gz
verified-dyn-lang-interp-ba61dfd69504ec6263a9dee9931d93adeb6f3142.zip
Initialize repository
Diffstat (limited to 'test/testdata/eval-fail-bad-string-interpolation-4.err.exp')
-rw-r--r--test/testdata/eval-fail-bad-string-interpolation-4.err.exp9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/testdata/eval-fail-bad-string-interpolation-4.err.exp b/test/testdata/eval-fail-bad-string-interpolation-4.err.exp
new file mode 100644
index 0000000..b262e81
--- /dev/null
+++ b/test/testdata/eval-fail-bad-string-interpolation-4.err.exp
@@ -0,0 +1,9 @@
1error:
2 … while evaluating a path segment
3 at /pwd/lang/eval-fail-bad-string-interpolation-4.nix:9:3:
4 8| # The error message should not be too long.
5 9| ''${pkgs}''
6 | ^
7 10|
8
9 error: cannot coerce a set to a string: { a = { a = { a = { a = "ha"; b = "ha"; c = "ha"; d = "ha"; e = "ha"; f = "ha"; g = "ha"; h = "ha"; j = "ha"; }; «8 attributes elided» }; «8 attributes elided» }; «8 attributes elided» }