mkvtoolnix/tests/test-0584ac_3_misdetected_as_mp3.rb
2021-07-07 16:10:13 +02:00

13 lines
239 B
Ruby
Executable File

#!/usr/bin/ruby -w
# T_584ac_3_misdetected_as_mp3
describe "mkvmerge / AC-3 misdetected as MP3"
file = "data/ac3/misdetected_as_mp3.ac3"
test "identification" do
identify_json(file)["container"]["type"] == "AC-3"
end
test_merge file