mkvtoolnix/tests/test-220ass_with_comments_at_start.rb

14 lines
268 B
Ruby

#!/usr/bin/ruby -w
class T_220ass_with_comments_at_start < Test
def description
return "mkvmerge / ASS with comments at the start / in(ASS)"
end
def run
merge("\"data/subtitles/ssa-ass/You're Under Arrest Movie 1.ass\"")
return hash_tmp
end
end