diff options
Diffstat (limited to 'test/testdata/eval-fail-addErrorContext-example.err.exp')
-rw-r--r-- | test/testdata/eval-fail-addErrorContext-example.err.exp | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/test/testdata/eval-fail-addErrorContext-example.err.exp b/test/testdata/eval-fail-addErrorContext-example.err.exp new file mode 100644 index 0000000..4fad8f5 --- /dev/null +++ b/test/testdata/eval-fail-addErrorContext-example.err.exp | |||
@@ -0,0 +1,24 @@ | |||
1 | error: | ||
2 | … while counting down; n = 10 | ||
3 | |||
4 | … while counting down; n = 9 | ||
5 | |||
6 | … while counting down; n = 8 | ||
7 | |||
8 | … while counting down; n = 7 | ||
9 | |||
10 | … while counting down; n = 6 | ||
11 | |||
12 | … while counting down; n = 5 | ||
13 | |||
14 | … while counting down; n = 4 | ||
15 | |||
16 | … while counting down; n = 3 | ||
17 | |||
18 | … while counting down; n = 2 | ||
19 | |||
20 | … while counting down; n = 1 | ||
21 | |||
22 | (stack trace truncated; use '--show-trace' to show the full, detailed trace) | ||
23 | |||
24 | error: kaboom | ||