summaryrefslogtreecommitdiff
path: root/tests/suite
diff options
context:
space:
mode:
authorLinus Unnebäck <linus@folkdatorn.se>2025-06-04 11:54:03 +0200
committerGitHub <noreply@github.com>2025-06-04 09:54:03 +0000
commit1de2095f67c9719a973868618c3548dd6083f534 (patch)
tree7b51d37a037c67fe0b2ecd1582970e83afd0cc5f /tests/suite
parent5f776c7372ffecbbe959fbfa968c8c91efaf0061 (diff)
Add support for WebP images (#6311)
Diffstat (limited to 'tests/suite')
-rw-r--r--tests/suite/visualize/image.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/suite/visualize/image.typ b/tests/suite/visualize/image.typ
index 9a77870a..73c4feff 100644
--- a/tests/suite/visualize/image.typ
+++ b/tests/suite/visualize/image.typ
@@ -243,7 +243,7 @@ A #box(image("/assets/images/tiger.jpg", height: 1cm, width: 80%)) B
--- image-png-but-pixmap-format ---
#image(
read("/assets/images/tiger.jpg", encoding: none),
- // Error: 11-18 expected "png", "jpg", "gif", dictionary, "svg", or auto
+ // Error: 11-18 expected "png", "jpg", "gif", "webp", dictionary, "svg", or auto
format: "rgba8",
)