Browse Source

content control files are now in yaml

pull/190/head
Oliverpool 9 years ago
parent
commit
b3225357f2
  1. 2
      test/test_content/cwd.control
  2. 3
      test/test_content/cwd_list.control
  3. 2
      test/test_content/glob.control
  4. 2
      test/test_content/glob.source
  5. 7
      test/test_content/include.control
  6. 5
      test/test_content/songs.control
  7. 7
      test/test_content/songsection.control
  8. 13
      test/test_content/sorted.control
  9. 3
      test/test_content/tex.control

2
test/test_content/cwd.control

@ -1 +1 @@
["subdir/chordpro.csg"]
- subdir/chordpro.csg

3
test/test_content/cwd_list.control

@ -1 +1,2 @@
["subdir/chordpro.csg", "exsong.sg"]
- subdir/chordpro.csg
- exsong.sg

2
test/test_content/glob.control

@ -1 +1 @@
["chordpro.csg"]
- chordpro.csg

2
test/test_content/glob.source

@ -1 +1 @@
["*.csg"]
- "*.csg"

7
test/test_content/include.control

@ -1 +1,6 @@
["exsong.sg", "chordpro.csg", "subdir/chordpro.csg", "exsong.sg", "chordpro.csg", "subdir/chordpro.csg"]
- exsong.sg
- chordpro.csg
- subdir/chordpro.csg
- exsong.sg
- chordpro.csg
- subdir/chordpro.csg

5
test/test_content/songs.control

@ -1 +1,4 @@
["exsong.sg", "texsong.tsg", "chordpro.csg", "subdir/chordpro.csg"]
- exsong.sg
- texsong.tsg
- chordpro.csg
- subdir/chordpro.csg

7
test/test_content/songsection.control

@ -1 +1,6 @@
["songsection:Traditional", "exsong.sg", "songchapter:English", "texsong.tsg", "chordpro.csg", "exsong.sg"]
- songsection:Traditional
- exsong.sg
- songchapter:English
- texsong.tsg
- chordpro.csg
- exsong.sg

13
test/test_content/sorted.control

@ -1,4 +1,9 @@
[
"texsong.tsg", "chordpro.csg", "subdir/chordpro.csg", "exsong.sg",
"exsong.sg", "texsong.tsg", "chordpro.csg", "subdir/chordpro.csg"
]
- texsong.tsg
- chordpro.csg
- subdir/chordpro.csg
- exsong.sg
- exsong.sg
- texsong.tsg
- chordpro.csg
- subdir/chordpro.csg

3
test/test_content/tex.control

@ -1 +1,2 @@
["test/test_content/datadir/songs/texfile.tex", "test/test_content/datadir/songs/texfile.tex"]
- test/test_content/datadir/songs/texfile.tex
- test/test_content/datadir/songs/texfile.tex
Loading…
Cancel
Save