mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-22 19:13:14 +00:00
6 lines
214 B
Ruby
Executable File
6 lines
214 B
Ruby
Executable File
#!/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
|