diff options
Diffstat (limited to 'test/testdata/eval-fail-list.err.exp')
-rw-r--r-- | test/testdata/eval-fail-list.err.exp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/testdata/eval-fail-list.err.exp b/test/testdata/eval-fail-list.err.exp new file mode 100644 index 0000000..d492f8b --- /dev/null +++ b/test/testdata/eval-fail-list.err.exp | |||
@@ -0,0 +1,8 @@ | |||
1 | error: | ||
2 | … while evaluating one of the elements to concatenate | ||
3 | at /pwd/lang/eval-fail-list.nix:1:2: | ||
4 | 1| 8++1 | ||
5 | | ^ | ||
6 | 2| | ||
7 | |||
8 | error: expected a list but found an integer: 8 | ||