mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-12 21:21:05 +00:00
11 lines
263 B
Ruby
11 lines
263 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
# T_669ssa_ass_zero_duration
|
||
|
describe "mkvmerge / SSA/ASS with entries with duration = 0"
|
||
|
|
||
|
test_merge "data/subtitles/ssa-ass/zero_duration.ass", :keep_tmp => true
|
||
|
test "extraction" do
|
||
|
extract tmp, 0 => "#{tmp}-x"
|
||
|
hash_file "#{tmp}-x"
|
||
|
end
|