mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-29 06:15:24 +00:00
7 lines
174 B
Ruby
7 lines
174 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
# T_348srt_negative_timecodes2
|
||
|
describe "mkvmerge / SRT subitles with negative timecodes"
|
||
|
|
||
|
test_merge "data/srt/negative_timecodes2.srt", :exit_code => 1
|