diff options
Diffstat (limited to 'tests/functional/lang/eval-fail-list.err.exp')
-rw-r--r-- | tests/functional/lang/eval-fail-list.err.exp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/functional/lang/eval-fail-list.err.exp b/tests/functional/lang/eval-fail-list.err.exp new file mode 100644 index 000000000..24d682118 --- /dev/null +++ b/tests/functional/lang/eval-fail-list.err.exp @@ -0,0 +1,10 @@ +error: + … while evaluating one of the elements to concatenate + + at /pwd/lang/eval-fail-list.nix:1:2: + + 1| 8++1 + | ^ + 2| + + error: value is an integer while a list was expected |