diff options
Diffstat (limited to 'tests/typ')
| -rw-r--r-- | tests/typ/code/import.typ | 2 | ||||
| -rw-r--r-- | tests/typ/insert/image.typ | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/code/import.typ b/tests/typ/code/import.typ index 26a3404c..953b522e 100644 --- a/tests/typ/code/import.typ +++ b/tests/typ/code/import.typ @@ -49,7 +49,7 @@ --- // Some non-text stuff. -// Error: 16-37 file is not valid utf-8 +// Error: 16-37 failed to load source file (file is not valid utf-8) #import * from "../../res/rhino.png" --- diff --git a/tests/typ/insert/image.typ b/tests/typ/insert/image.typ index 84069949..9d9c6d46 100644 --- a/tests/typ/insert/image.typ +++ b/tests/typ/insert/image.typ @@ -36,5 +36,5 @@ #image("path/does/not/exist") --- -// Error: 8-21 failed to load image +// Error: 8-21 failed to load image (unknown image format) #image("./image.typ") |
