summaryrefslogtreecommitdiff
path: root/tests/typ/visualize
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/visualize')
-rw-r--r--tests/typ/visualize/image.typ4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/visualize/image.typ b/tests/typ/visualize/image.typ
index dc5b2ef6..7891e7e2 100644
--- a/tests/typ/visualize/image.typ
+++ b/tests/typ/visualize/image.typ
@@ -54,9 +54,9 @@ A #box(image("/tiger.jpg", height: 1cm, width: 80%)) B
#image("path/does/not/exist")
---
-// Error: 8-21 unknown image format
+// Error: 2-22 unknown image format
#image("./image.typ")
---
-// Error: 8-18 failed to parse svg: found closing tag 'g' instead of 'style' in line 4
+// Error: 2-19 failed to parse svg: found closing tag 'g' instead of 'style' in line 4
#image("/bad.svg")