mkvtoolnix/tests/test-275srt_mixed_eol_styles.rb
2013-10-19 13:08:26 +02:00

14 lines
265 B
Ruby

#!/usr/bin/ruby -w
class T_275srt_mixed_eol_styles < Test
def description
return "mkvmerge / SRT files with mixed end-of-line markings"
end
def run
merge "'data/subtitles/srt/Space Buddies (2009) AVCHD 1080p DTS.srt'"
return hash_tmp
end
end