mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 04:11:44 +00:00
b80dbfa26a
The parser will now accept `00:01:15`, too, and not just `00:01:15.000`.
6 lines
208 B
Ruby
Executable File
6 lines
208 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_628srt_no_decimal_places
|
|
describe "mkvmerge / SRT with timestamps without decimal places"
|
|
test_merge "data/subtitles/srt/timestamps_without_decimal_places.srt", :exit_code => :warning
|