mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 12:27:21 +00:00
9 lines
177 B
Ruby
9 lines
177 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
# T_720empty_srt_files
|
||
|
describe "mkvmerge / empty SRT files"
|
||
|
|
||
|
%w{empty empty-bom}.each do |file_name|
|
||
|
test_merge "data/subtitles/srt/#{file_name}.srt"
|
||
|
end
|