summaryrefslogtreecommitdiff
path: root/tests/library
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-02-17 23:07:28 +0100
committerLaurenz <laurmaedje@gmail.com>2021-02-18 15:06:00 +0100
commit84cdc85ca7494368e7ce2039fcef06ac2d3bd2ed (patch)
tree4820cfbd853fd3e98953f3a23aa398f29761ab53 /tests/library
parente143fd36efaabfcfb42823fe5f7a25dd6de4a960 (diff)
Refresh parser 🌊
Diffstat (limited to 'tests/library')
-rw-r--r--tests/library/typ/image.typ4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/library/typ/image.typ b/tests/library/typ/image.typ
index 8bf972b2..9c3cd4fe 100644
--- a/tests/library/typ/image.typ
+++ b/tests/library/typ/image.typ
@@ -7,10 +7,10 @@
// Load an RGB JPEG image.
#image("res/tiger.jpg")
-// Error: 9-30 failed to load image
+// Error: 8-29 failed to load image
#image("path/does/not/exist")
-// Error: 9-30 failed to load image
+// Error: 8-29 failed to load image
#image("typ/image-error.typ")
---