diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-12-02 14:48:12 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-12-02 14:48:12 +0100 |
| commit | bfa9962632dd3c2e9110f9c3667d7e3cf6b133d4 (patch) | |
| tree | c48de05a4ae1e5c97eb4f6ddc9ede32ee65cf3ef /tests/typ/elements/image.typ | |
| parent | f3bdc9d3daca2c26c4cc745be48a5ce1c8a10641 (diff) | |
Remove baseline weirdness
Diffstat (limited to 'tests/typ/elements/image.typ')
| -rw-r--r-- | tests/typ/elements/image.typ | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/typ/elements/image.typ b/tests/typ/elements/image.typ index 0fce4295..5fd121e3 100644 --- a/tests/typ/elements/image.typ +++ b/tests/typ/elements/image.typ @@ -43,6 +43,10 @@ Stuff #image("../../res/rhino.png") --- +// Test baseline. +A #image("../../res/tiger.jpg", height: 1cm, width: 80%) B + +--- // Error: 8-29 file not found #image("path/does/not/exist") |
