mkvtoolnix/tests/test-406ogm_chapters_ansi_encoded.rb

10 lines
285 B
Ruby
Executable File

#!/usr/bin/ruby -w
file = "data/ogg/with_chapters_ansi_encoded.ogm"
describe "mkvmerge / identify and merge OGMs with comments encoded in ANSI"
test_identify file
test_merge file, :exit_code => :warning, :skip_if => $is_windows
test_merge file, :args => "--chapter-charset MS-ANSI"