diff options
| author | 2023-01-30 04:40:57 -0500 | |
|---|---|---|
| committer | 2023-01-30 04:40:57 -0500 | |
| commit | 919f8ba16a7b82ba1099bd25b2c61c7881a05aa2 (patch) | |
| tree | 50eb34c3286538164a2f2b7048d110dc89b2a971 /test | |
| parent | f1051085013c0d702ef974b9b27ea43b3fc73259 (diff) | |
New upstream version 1.24.5.upstream/1.24.5
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"), } |
