diff options
| author | 2023-04-25 21:32:08 -0400 | |
|---|---|---|
| committer | 2023-04-25 21:32:08 -0400 | |
| commit | 06af0d64a8886a7542c272122210fa6deea83608 (patch) | |
| tree | 0d7a69f8066b24a1452140d22c540fdbb84d078d /test | |
| parent | 6ceb21cf4f4a544ce6cf6d5528bc31c968dc217b (diff) | |
| parent | f98ab7aaca3c4acbd5a793267791749740330e9c (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.py | 4 |
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"), |
