diff options
Diffstat (limited to 'test/testdata/eval-fail-nested-list-items.err.exp')
-rw-r--r-- | test/testdata/eval-fail-nested-list-items.err.exp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/testdata/eval-fail-nested-list-items.err.exp b/test/testdata/eval-fail-nested-list-items.err.exp new file mode 100644 index 0000000..90d4390 --- /dev/null +++ b/test/testdata/eval-fail-nested-list-items.err.exp | |||
@@ -0,0 +1,9 @@ | |||
1 | error: | ||
2 | … while evaluating a path segment | ||
3 | at /pwd/lang/eval-fail-nested-list-items.nix:11:6: | ||
4 | 10| | ||
5 | 11| "" + (let v = [ [ 1 2 3 4 5 6 7 8 ] [1 2 3 4]]; in builtins.deepSeq v v) | ||
6 | | ^ | ||
7 | 12| | ||
8 | |||
9 | error: cannot coerce a list to a string: [ [ 1 2 3 4 5 6 7 8 ] [ 1 «3 items elided» ] ] | ||