diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_downloader.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_downloader.py b/test/test_downloader.py index 0703754..bbee0f4 100644 --- a/test/test_downloader.py +++ b/test/test_downloader.py @@ -313,6 +313,9 @@ SAMPLES = { ("pdf" , b"%PDF-"), ("swf" , b"FWS"), ("swf" , b"CWS"), + ("blend", b"BLENDER-v303RENDH"), + ("obj" , b"# Blender v3.2.0 OBJ File: 'foo.blend'"), + ("clip", b"CSFCHUNK\x00\x00\x00\x00"), } |
