diff options
Diffstat (limited to 'tests/suite/visualize/image.typ')
| -rw-r--r-- | tests/suite/visualize/image.typ | 2 |
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", ) |
