Skip to content

Commit

Permalink
Add ogg based file, from an unknown subtype, mapping to ogx (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit authored Feb 9, 2020
1 parent a9a1123 commit 5740b68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file added fixture/fixture-unknown-ogg.ogx
Binary file not shown.
4 changes: 3 additions & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import FileType from '.';
const supported = require('./supported');

const missingTests = [
'ogx',
'mpc'
];

Expand Down Expand Up @@ -151,6 +150,9 @@ const names = {
xlsx: [
'fixture',
'fixture-office365'
],
ogx: [
'fixture-unknown-ogg' // Manipulated fixture to unrecognized Ogg based file
]
};

Expand Down

0 comments on commit 5740b68

Please sign in to comment.