diff options
| author | 2023-04-25 21:32:02 -0400 | |
|---|---|---|
| committer | 2023-04-25 21:32:02 -0400 | |
| commit | f98ab7aaca3c4acbd5a793267791749740330e9c (patch) | |
| tree | 72e3d3312a8ff2cdb24353b1d7be6fb8301f431c /test | |
| parent | 09e426350409d45e7f7a8ff369f8d8aa9eec0fe4 (diff) | |
New upstream version 1.25.2.upstream/1.25.2
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"), |
