typst/tests/typ/image-error.typ

12 lines
271 B
XML

// 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"]