diff options
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"), |
