typst/tests/typ/image-error.typ
Laurenz 1cbd5f3051 Refine test infrastructure
- Tests diagnostics
- More and better separated image tests
2020-12-10 22:45:45 +01:00

9 lines
201 B
XML

// error: 5:9-5:30 failed to load image
// error: 8:9-8: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"]