summaryrefslogtreecommitdiff
path: root/tests/typ/image-error.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2020-12-17 11:31:07 +0100
committerLaurenz <laurmaedje@gmail.com>2020-12-17 11:31:07 +0100
commit0adbfe894ae1252758d1d7fff1df5514824347eb (patch)
tree8a3211ce0eb428cb49a71d85f03ff5b1a5354f81 /tests/typ/image-error.typ
parent81e80ecfba80f5bffab45719c1f2aba4f9b91b4f (diff)
Test [pagebreak] 🗞
Diffstat (limited to 'tests/typ/image-error.typ')
-rw-r--r--tests/typ/image-error.typ8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/typ/image-error.typ b/tests/typ/image-error.typ
index 9a7f2c40..e6a989ca 100644
--- a/tests/typ/image-error.typ
+++ b/tests/typ/image-error.typ
@@ -1,11 +1,11 @@
// Test error cases of the `image` function.
-// compare-ref: false
-// error: 8:9-8:30 failed to load image
-// error: 11:9-11:30 failed to load image
-
// File does not exist.
[image: "path/does/not/exist"]
// File exists, but is no image.
[image: "typ/image-error.typ"]
+
+// compare-ref: false
+// error: 4:9-4:30 failed to load image
+// error: 7:9-7:30 failed to load image