mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-06 16:44:06 +00:00
16 lines
280 B
Plaintext
16 lines
280 B
Plaintext
# should be split into 2 commands
|
|
LOAD file1.mp3 file2.mp3
|
|
|
|
# should be added as one
|
|
LOAD file3.mp3
|
|
|
|
# should be ignored because circular reference
|
|
FROM_FILE test/data/test-command-file-1.txt
|
|
|
|
# should be ignored
|
|
|
|
|
|
#commented command
|
|
|
|
FROM_FILE test/data/test-command-file-2.txt
|