aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2023-04-25 21:32:08 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2023-04-25 21:32:08 -0400
commit06af0d64a8886a7542c272122210fa6deea83608 (patch)
tree0d7a69f8066b24a1452140d22c540fdbb84d078d /test
parent6ceb21cf4f4a544ce6cf6d5528bc31c968dc217b (diff)
parentf98ab7aaca3c4acbd5a793267791749740330e9c (diff)
Update upstream source from tag 'upstream/1.25.2'
Update to upstream version '1.25.2' with Debian dir 21d0d9216e98cdfbf3b9fcd385432eb2e51f3472
Diffstat (limited to 'test')
-rw-r--r--test/test_downloader.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_downloader.py b/test/test_downloader.py
index bbee0f4..c65be95 100644
--- a/test/test_downloader.py
+++ b/test/test_downloader.py
@@ -289,6 +289,10 @@ SAMPLES = {
("webp", b"RIFF????WEBP"),
("avif", b"????ftypavif"),
("avif", b"????ftypavis"),
+ ("heic", b"????ftypheic"),
+ ("heic", b"????ftypheim"),
+ ("heic", b"????ftypheis"),
+ ("heic", b"????ftypheix"),
("svg" , b"<?xml"),
("ico" , b"\x00\x00\x01\x00"),
("cur" , b"\x00\x00\x02\x00"),