mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 04:11:44 +00:00
7 lines
218 B
Ruby
Executable File
7 lines
218 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_348srt_negative_timecodes2
|
|
describe "mkvmerge / SRT subitles with negative timecodes"
|
|
|
|
test_merge "--subtitle-charset -1:ISO-8859-15 data/subtitles/srt/negative_timecodes2.srt", :exit_code => 1
|
|
|