mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-22 19:13:14 +00:00
1ea7592901
Fixes #3489.
10 lines
242 B
Ruby
Executable File
10 lines
242 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
file_base = "data/vobsub/vobsub.not.mpeg.ps."
|
|
|
|
# T_752vobsub_identification_on_sub_file
|
|
describe "mkvmerge / VobSub identification if passed .sub instead of .idx"
|
|
|
|
test_merge "#{file_base}idx"
|
|
test_merge "#{file_base}sub"
|