File: test-command-file-1.txt

package info (click to toggle)
picard 2.13.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 33,012 kB
  • sloc: python: 68,818; ansic: 89; makefile: 14
file content (15 lines) | stat: -rw-r--r-- 280 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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