From 0a7a102bf62d811d244bce54a88f7a42649900f9 Mon Sep 17 00:00:00 2001 From: Yanis Benson Date: Fri, 12 Apr 2019 12:27:10 +0300 Subject: [PATCH] test for ac3 --- index.js | 2 +- test.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index eff23108..a3d71049 100644 --- a/index.js +++ b/index.js @@ -927,7 +927,7 @@ const fileType = input => { }; } - if (check([0x77, 0x0B])) { + if (check([0x0B, 0x77])) { return { ext: 'ac3', mime: 'audio/vnd.dolby.dd-raw' diff --git a/test.js b/test.js index 12ee550f..6fe9cd33 100644 --- a/test.js +++ b/test.js @@ -105,7 +105,8 @@ const types = [ 'ics', 'glb', 'pcap', - 'voc' + 'voc', + 'ac3' ]; // Define an entry here only if the fixture has a different