summaryrefslogtreecommitdiff
path: root/tests/typ/image-error.typ
blob: 4fde4ab294106ef3ad45aa4a43d16576e68b3537 (plain) (blame)
1
2
3
4
5
6
7
8
// 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"]