Files
picard/test/data/test-command-file-1.txt
2022-11-22 15:54:39 -07:00

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