mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 20:32:33 +00:00
962088f59c
Fix Style/Encoding by rubocop Signed-off-by: Cody Coder <cody.coder@gitcodebuddy.com>
7 lines
407 B
Ruby
Executable File
7 lines
407 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
base = "data/simple/Datei didödeldü "
|
|
|
|
# T_552chapter_generation_appending_file_name_variables
|
|
describe "mkvmerge / chapter generation when appending; testing file name variables"
|
|
test_merge "'#{base}1.mp3' + '#{base}2.mp3' + '#{base}3.mp3' --generate-chapters when-appending --generate-chapters-name-template 'File name: <FILE_NAME>; with extension: <FILE_NAME_WITH_EXT>' > /dev/null"
|