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