summaryrefslogtreecommitdiff
path: root/tests/ref
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-07-30 18:04:08 +0200
committerLaurenz <laurmaedje@gmail.com>2021-07-30 18:49:19 +0200
commit1ee1d078e2480ddd08d40915bc7a74a8352acff0 (patch)
tree1e7ff367278a19fead3e404cf06d65bfb80a6cd9 /tests/ref
parent42a27b48df427edf8dbb624c51551a90ecf2e7ea (diff)
Fatal errors
- Makes errors fatal, so that a phase is only reached when all previous phases were error-free - Parsing still recovers and can produce multiple errors - Evaluation fails fast and can thus produce only a single error (except for parse errors due to an import) - The single error that could occur during execution is removed for now - Removes Value::Error variant
Diffstat (limited to 'tests/ref')
-rw-r--r--tests/ref/code/array.pngbin3396 -> 1971 bytes
-rw-r--r--tests/ref/code/block-invalid.pngbin512 -> 0 bytes
-rw-r--r--tests/ref/code/block.pngbin3152 -> 1440 bytes
-rw-r--r--tests/ref/code/call-invalid.pngbin2975 -> 0 bytes
-rw-r--r--tests/ref/code/call-wide.pngbin2686 -> 0 bytes
-rw-r--r--tests/ref/code/call.pngbin6150 -> 3722 bytes
-rw-r--r--tests/ref/code/closure.pngbin0 -> 657 bytes
-rw-r--r--tests/ref/code/comment.pngbin1904 -> 1829 bytes
-rw-r--r--tests/ref/code/dict.pngbin1602 -> 884 bytes
-rw-r--r--tests/ref/code/for.pngbin4074 -> 2346 bytes
-rw-r--r--tests/ref/code/if.pngbin2731 -> 1838 bytes
-rw-r--r--tests/ref/code/import.pngbin4279 -> 1891 bytes
-rw-r--r--tests/ref/code/let.pngbin2245 -> 1465 bytes
-rw-r--r--tests/ref/code/while.pngbin1531 -> 811 bytes
-rw-r--r--tests/ref/insert/circle.pngbin13518 -> 13064 bytes
-rw-r--r--tests/ref/insert/square.pngbin7163 -> 7069 bytes
-rw-r--r--tests/ref/layout/spacing.pngbin3247 -> 2527 bytes
-rw-r--r--tests/ref/markup/escape.pngbin9849 -> 5578 bytes
-rw-r--r--tests/ref/markup/raw.pngbin7281 -> 6833 bytes
-rw-r--r--tests/ref/text/decorations.pngbin10865 -> 10821 bytes
-rw-r--r--tests/ref/text/whitespace.pngbin7160 -> 6882 bytes
21 files changed, 0 insertions, 0 deletions
diff --git a/tests/ref/code/array.png b/tests/ref/code/array.png
index b1e20348..c90898c1 100644
--- a/tests/ref/code/array.png
+++ b/tests/ref/code/array.png
Binary files differ
diff --git a/tests/ref/code/block-invalid.png b/tests/ref/code/block-invalid.png
deleted file mode 100644
index d1e85402..00000000
--- a/tests/ref/code/block-invalid.png
+++ /dev/null
Binary files differ
diff --git a/tests/ref/code/block.png b/tests/ref/code/block.png
index 3e64d82c..afdd176b 100644
--- a/tests/ref/code/block.png
+++ b/tests/ref/code/block.png
Binary files differ
diff --git a/tests/ref/code/call-invalid.png b/tests/ref/code/call-invalid.png
deleted file mode 100644
index b2f62ac2..00000000
--- a/tests/ref/code/call-invalid.png
+++ /dev/null
Binary files differ
diff --git a/tests/ref/code/call-wide.png b/tests/ref/code/call-wide.png
deleted file mode 100644
index 2d5b4ffe..00000000
--- a/tests/ref/code/call-wide.png
+++ /dev/null
Binary files differ
diff --git a/tests/ref/code/call.png b/tests/ref/code/call.png
index fd2abbd8..1839c5d8 100644
--- a/tests/ref/code/call.png
+++ b/tests/ref/code/call.png
Binary files differ
diff --git a/tests/ref/code/closure.png b/tests/ref/code/closure.png
new file mode 100644
index 00000000..043d4a11
--- /dev/null
+++ b/tests/ref/code/closure.png
Binary files differ
diff --git a/tests/ref/code/comment.png b/tests/ref/code/comment.png
index bb8bf69a..e349b384 100644
--- a/tests/ref/code/comment.png
+++ b/tests/ref/code/comment.png
Binary files differ
diff --git a/tests/ref/code/dict.png b/tests/ref/code/dict.png
index 730ff6d8..7b7f4d8c 100644
--- a/tests/ref/code/dict.png
+++ b/tests/ref/code/dict.png
Binary files differ
diff --git a/tests/ref/code/for.png b/tests/ref/code/for.png
index de1f3cab..7178b594 100644
--- a/tests/ref/code/for.png
+++ b/tests/ref/code/for.png
Binary files differ
diff --git a/tests/ref/code/if.png b/tests/ref/code/if.png
index 48152e23..7b54203a 100644
--- a/tests/ref/code/if.png
+++ b/tests/ref/code/if.png
Binary files differ
diff --git a/tests/ref/code/import.png b/tests/ref/code/import.png
index 75d4adce..00595f8a 100644
--- a/tests/ref/code/import.png
+++ b/tests/ref/code/import.png
Binary files differ
diff --git a/tests/ref/code/let.png b/tests/ref/code/let.png
index e9c00064..9805b8ee 100644
--- a/tests/ref/code/let.png
+++ b/tests/ref/code/let.png
Binary files differ
diff --git a/tests/ref/code/while.png b/tests/ref/code/while.png
index a772fd59..0956fe45 100644
--- a/tests/ref/code/while.png
+++ b/tests/ref/code/while.png
Binary files differ
diff --git a/tests/ref/insert/circle.png b/tests/ref/insert/circle.png
index 8364d42b..7e44907b 100644
--- a/tests/ref/insert/circle.png
+++ b/tests/ref/insert/circle.png
Binary files differ
diff --git a/tests/ref/insert/square.png b/tests/ref/insert/square.png
index def2e664..c84e6f0e 100644
--- a/tests/ref/insert/square.png
+++ b/tests/ref/insert/square.png
Binary files differ
diff --git a/tests/ref/layout/spacing.png b/tests/ref/layout/spacing.png
index 2205809a..b2b8707d 100644
--- a/tests/ref/layout/spacing.png
+++ b/tests/ref/layout/spacing.png
Binary files differ
diff --git a/tests/ref/markup/escape.png b/tests/ref/markup/escape.png
index 686471c6..227b1eeb 100644
--- a/tests/ref/markup/escape.png
+++ b/tests/ref/markup/escape.png
Binary files differ
diff --git a/tests/ref/markup/raw.png b/tests/ref/markup/raw.png
index 05aeea13..f7bb2ab0 100644
--- a/tests/ref/markup/raw.png
+++ b/tests/ref/markup/raw.png
Binary files differ
diff --git a/tests/ref/text/decorations.png b/tests/ref/text/decorations.png
index e3ca1be5..5ae569f3 100644
--- a/tests/ref/text/decorations.png
+++ b/tests/ref/text/decorations.png
Binary files differ
diff --git a/tests/ref/text/whitespace.png b/tests/ref/text/whitespace.png
index 27a67586..764c7413 100644
--- a/tests/ref/text/whitespace.png
+++ b/tests/ref/text/whitespace.png
Binary files differ