mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
7910f0e70c
Fixes #2875.
12 lines
212 B
Ruby
Executable File
12 lines
212 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_700X_usf
|
|
describe "mkextract / USF subtitles"
|
|
|
|
test_merge "data/subtitles/usf/u.usf", :keep_tmp => true
|
|
|
|
test "USF extraction" do
|
|
extract tmp, 0 => "#{tmp}-1"
|
|
hash_file "#{tmp}-1"
|
|
end
|