diff options
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.exp | 9 |
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 @@ | |||
1 | error: | ||
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» } | ||