mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-23 19:31:44 +00:00
6 lines
236 B
Ruby
Executable File
6 lines
236 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_628srt_no_decimal_places
|
|
describe "mkvmerge / SRT with timestamps without decimal places"
|
|
test_merge "--subtitle-charset 0:CP1252 data/subtitles/srt/timestamps_without_decimal_places.srt", :exit_code => :warning
|