mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
6 lines
214 B
Ruby
6 lines
214 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
# T_673srt_different_eol_styles
|
||
|
describe "mkvmerge / SRT text subtitles with both DOS & Unix style line endings"
|
||
|
test_merge "data/subtitles/srt/different_eol_styles.srt", :exit_code => :warning
|