diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-06-26 13:57:21 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-06-27 18:40:17 +0200 |
| commit | 7b92bd7c340d9f9c094ed2fa57912049317d9b20 (patch) | |
| tree | b91399526ba94d87309d09d864df2935dd7a4d0a /tests/typ/visualize | |
| parent | 9c7f31870b4e1bf37df79ebbe1df9a56df83d878 (diff) | |
Basic package management
Diffstat (limited to 'tests/typ/visualize')
| -rw-r--r-- | tests/typ/visualize/image.typ | 4 |
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") |
