summaryrefslogtreecommitdiff
path: root/tests/suite/visualize/image.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-09-16 16:41:18 +0200
committerGitHub <noreply@github.com>2024-09-16 14:41:18 +0000
commit16e67f8bea7e6891e954420e2e005976fb48a528 (patch)
treeb1de8e17f184d10894447a602da1722a71dd23a9 /tests/suite/visualize/image.typ
parentdb71a178bef7f1525d732a190ac75a1a6d56f24b (diff)
Shrink tests (#4967)
Diffstat (limited to 'tests/suite/visualize/image.typ')
-rw-r--r--tests/suite/visualize/image.typ5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/suite/visualize/image.typ b/tests/suite/visualize/image.typ
index 3bda8d0e..846650c6 100644
--- a/tests/suite/visualize/image.typ
+++ b/tests/suite/visualize/image.typ
@@ -1,11 +1,10 @@
// Test the `image` function.
---- image-rgba-png-and-jpeg ---
-// Test loading different image formats.
-
+--- image-png ---
// Load an RGBA PNG image.
#image("/assets/images/rhino.png")
+--- image-jpg ---
// Load an RGB JPEG image.
#set page(height: 60pt)
#image("/assets/images/tiger.jpg")