summaryrefslogtreecommitdiff
path: root/tests/typ/func-image-error.typ
blob: e6a989cac83a498c17bf11f9da51a9127bfdebb4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Test error cases of the `image` function.

// File does not exist.
[image: "path/does/not/exist"]

// File exists, but is no image.
[image: "typ/image-error.typ"]

// compare-ref: false
// error: 4:9-4:30 failed to load image
// error: 7:9-7:30 failed to load image