mkvtoolnix/tests/test-0275srt_mixed_eol_styles.rb

13 lines
288 B
Ruby
Raw Normal View History

#!/usr/bin/ruby -w
2021-07-07 14:06:32 +00:00
class T_0275srt_mixed_eol_styles < Test
def description
return "mkvmerge / SRT files with mixed end-of-line markings"
end
def run
merge "--sub-charset 0:cp1250 'data/subtitles/srt/Space Buddies (2009) AVCHD 1080p DTS.srt'"
return hash_tmp
end
end