mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
383b910fe2
Fixes #2441.
7 lines
322 B
Ruby
Executable File
7 lines
322 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_667ogg_chapters_use_name_template
|
|
describe "mkvmerge / Ogg chapters without names should use the name template"
|
|
test_merge "", :args => "--chapters data/chapters/no-names.txt"
|
|
test_merge "", :args => "--chapters data/chapters/no-names.txt --generate-chapters-name-template 'Muh <NUM>' > /dev/null"
|