Skip to content

Commit

Permalink
Add missing test case for heif image
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-vasile committed Jul 15, 2021
1 parent 5365558 commit 073ace6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mimetype_test.go
Expand Up @@ -70,6 +70,7 @@ var files = map[string]string{
"gz.gz": "application/gzip",
"hdr.hdr": "image/vnd.radiance",
"heic.single.heic": "image/heic",
"heif.heif": "image/heif",
"html.html": "text/html; charset=utf-8",
"html.iso88591.html": "text/html; charset=iso-8859-1",
"html.usascii.html": "text/html; charset=us-ascii",
Expand Down
Binary file added testdata/heif.heif
Binary file not shown.

0 comments on commit 073ace6

Please sign in to comment.