mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-12 13:14:38 +00:00
10 lines
272 B
Ruby
10 lines
272 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
# T_436extract_ssa_extradata_after_events
|
||
|
describe "mkvextract / SSA/ASS with extradata after events"
|
||
|
test "extraction" do
|
||
|
merge "data/ssa-ass/extradata-after-events.ssa", :keep_tmp => true
|
||
|
extract tmp, 0 => "#{tmp}-x1"
|
||
|
hash_file "#{tmp}-x1"
|
||
|
end
|