Browse Source

Rename test folders

pull/177/head
Oliverpool 9 years ago
parent
commit
80deae38ea
  1. 2
      test/test_compilation/.gitignore
  2. 0
      test/test_song/00.csg
  3. 0
      test/test_song/00.csg.source
  4. 0
      test/test_song/00.tsg
  5. 0
      test/test_song/01.csg
  6. 0
      test/test_song/01.csg.source
  7. 0
      test/test_song/01.tsg
  8. 0
      test/test_song/02.csg
  9. 0
      test/test_song/02.csg.source
  10. 0
      test/test_song/02.tsg
  11. 0
      test/test_song/03.csg
  12. 0
      test/test_song/03.csg.source
  13. 0
      test/test_song/03.tsg
  14. 0
      test/test_song/04.csg
  15. 0
      test/test_song/04.csg.source
  16. 0
      test/test_song/04.tsg
  17. 0
      test/test_song/05.csg
  18. 0
      test/test_song/05.csg.source
  19. 0
      test/test_song/05.tsg
  20. 0
      test/test_song/06.csg
  21. 0
      test/test_song/06.csg.source
  22. 0
      test/test_song/06.tsg
  23. 0
      test/test_song/07.csg
  24. 0
      test/test_song/07.csg.source
  25. 0
      test/test_song/07.tsg
  26. 0
      test/test_song/08.csg
  27. 0
      test/test_song/08.csg.source
  28. 0
      test/test_song/08.tsg
  29. 0
      test/test_song/09.csg
  30. 0
      test/test_song/09.csg.source
  31. 0
      test/test_song/09.tsg
  32. 0
      test/test_song/10.csg
  33. 0
      test/test_song/10.csg.source
  34. 0
      test/test_song/10.tsg
  35. 0
      test/test_song/11.csg
  36. 0
      test/test_song/11.csg.source
  37. 0
      test/test_song/11.tsg
  38. 0
      test/test_song/12.csg
  39. 0
      test/test_song/12.csg.source
  40. 0
      test/test_song/12.tsg
  41. 0
      test/test_song/13.csg
  42. 0
      test/test_song/13.csg.source
  43. 0
      test/test_song/13.tsg
  44. 0
      test/test_song/21.csg
  45. 0
      test/test_song/21.csg.source
  46. 0
      test/test_song/21.tsg
  47. 0
      test/test_song/22.csg
  48. 0
      test/test_song/22.csg.source
  49. 0
      test/test_song/22.tsg
  50. 0
      test/test_song/23.csg
  51. 0
      test/test_song/23.csg.source
  52. 0
      test/test_song/23.tsg
  53. 0
      test/test_song/24.csg
  54. 0
      test/test_song/24.csg.source
  55. 0
      test/test_song/24.tsg
  56. 0
      test/test_song/25.csg
  57. 0
      test/test_song/25.csg.source
  58. 0
      test/test_song/25.tsg
  59. 0
      test/test_song/26.csg
  60. 0
      test/test_song/26.csg.source
  61. 0
      test/test_song/26.tsg
  62. 0
      test/test_song/27.csg
  63. 0
      test/test_song/27.csg.source
  64. 0
      test/test_song/27.tsg
  65. 0
      test/test_song/28.csg
  66. 0
      test/test_song/28.csg.source
  67. 0
      test/test_song/28.tsg
  68. 0
      test/test_song/29.csg
  69. 0
      test/test_song/29.csg.source
  70. 0
      test/test_song/29.tsg
  71. 0
      test/test_song/__init__.py
  72. 0
      test/test_song/author_names.csg
  73. 0
      test/test_song/author_names.csg.source
  74. 0
      test/test_song/author_names.tsg
  75. 0
      test/test_song/chords.csg
  76. 0
      test/test_song/chords.csg.source
  77. 0
      test/test_song/chords.tsg
  78. 0
      test/test_song/customchords.csg
  79. 0
      test/test_song/customchords.csg.source
  80. 0
      test/test_song/customchords.tsg
  81. 0
      test/test_song/datadir/img/traditionnel.png
  82. 0
      test/test_song/datadir/scores/greensleeves.ly
  83. 0
      test/test_song/errors/invalid_content.csg.source
  84. 0
      test/test_song/greensleeves.csg
  85. 0
      test/test_song/greensleeves.csg.source
  86. 0
      test/test_song/greensleeves.tsg
  87. 0
      test/test_song/invalid_chord.csg
  88. 0
      test/test_song/invalid_chord.csg.source
  89. 0
      test/test_song/invalid_chord.tsg
  90. 0
      test/test_song/invalid_customchord.csg
  91. 0
      test/test_song/invalid_customchord.csg.source
  92. 0
      test/test_song/invalid_customchord.tsg
  93. 0
      test/test_song/invalid_directive.csg
  94. 0
      test/test_song/invalid_directive.csg.source
  95. 0
      test/test_song/invalid_directive.tsg
  96. 0
      test/test_song/lang.csg
  97. 0
      test/test_song/lang.csg.source
  98. 0
      test/test_song/metadata.csg
  99. 0
      test/test_song/metadata.csg.source
  100. 0
      test/test_song/metadata.tsg

2
test/test_compilation/.gitignore

@ -1,2 +0,0 @@
/*tex
.cache

0
test/test_chordpro/00.csg → test/test_song/00.csg

0
test/test_chordpro/00.csg.source → test/test_song/00.csg.source

0
test/test_chordpro/00.tsg → test/test_song/00.tsg

0
test/test_chordpro/01.csg → test/test_song/01.csg

0
test/test_chordpro/01.csg.source → test/test_song/01.csg.source

0
test/test_chordpro/01.tsg → test/test_song/01.tsg

0
test/test_chordpro/02.csg → test/test_song/02.csg

0
test/test_chordpro/02.csg.source → test/test_song/02.csg.source

0
test/test_chordpro/02.tsg → test/test_song/02.tsg

0
test/test_chordpro/03.csg → test/test_song/03.csg

0
test/test_chordpro/03.csg.source → test/test_song/03.csg.source

0
test/test_chordpro/03.tsg → test/test_song/03.tsg

0
test/test_chordpro/04.csg → test/test_song/04.csg

0
test/test_chordpro/04.csg.source → test/test_song/04.csg.source

0
test/test_chordpro/04.tsg → test/test_song/04.tsg

0
test/test_chordpro/05.csg → test/test_song/05.csg

0
test/test_chordpro/05.csg.source → test/test_song/05.csg.source

0
test/test_chordpro/05.tsg → test/test_song/05.tsg

0
test/test_chordpro/06.csg → test/test_song/06.csg

0
test/test_chordpro/06.csg.source → test/test_song/06.csg.source

0
test/test_chordpro/06.tsg → test/test_song/06.tsg

0
test/test_chordpro/07.csg → test/test_song/07.csg

0
test/test_chordpro/07.csg.source → test/test_song/07.csg.source

0
test/test_chordpro/07.tsg → test/test_song/07.tsg

0
test/test_chordpro/08.csg → test/test_song/08.csg

0
test/test_chordpro/08.csg.source → test/test_song/08.csg.source

0
test/test_chordpro/08.tsg → test/test_song/08.tsg

0
test/test_chordpro/09.csg → test/test_song/09.csg

0
test/test_chordpro/09.csg.source → test/test_song/09.csg.source

0
test/test_chordpro/09.tsg → test/test_song/09.tsg

0
test/test_chordpro/10.csg → test/test_song/10.csg

0
test/test_chordpro/10.csg.source → test/test_song/10.csg.source

0
test/test_chordpro/10.tsg → test/test_song/10.tsg

0
test/test_chordpro/11.csg → test/test_song/11.csg

0
test/test_chordpro/11.csg.source → test/test_song/11.csg.source

0
test/test_chordpro/11.tsg → test/test_song/11.tsg

0
test/test_chordpro/12.csg → test/test_song/12.csg

0
test/test_chordpro/12.csg.source → test/test_song/12.csg.source

0
test/test_chordpro/12.tsg → test/test_song/12.tsg

0
test/test_chordpro/13.csg → test/test_song/13.csg

0
test/test_chordpro/13.csg.source → test/test_song/13.csg.source

0
test/test_chordpro/13.tsg → test/test_song/13.tsg

0
test/test_chordpro/21.csg → test/test_song/21.csg

0
test/test_chordpro/21.csg.source → test/test_song/21.csg.source

0
test/test_chordpro/21.tsg → test/test_song/21.tsg

0
test/test_chordpro/22.csg → test/test_song/22.csg

0
test/test_chordpro/22.csg.source → test/test_song/22.csg.source

0
test/test_chordpro/22.tsg → test/test_song/22.tsg

0
test/test_chordpro/23.csg → test/test_song/23.csg

0
test/test_chordpro/23.csg.source → test/test_song/23.csg.source

0
test/test_chordpro/23.tsg → test/test_song/23.tsg

0
test/test_chordpro/24.csg → test/test_song/24.csg

0
test/test_chordpro/24.csg.source → test/test_song/24.csg.source

0
test/test_chordpro/24.tsg → test/test_song/24.tsg

0
test/test_chordpro/25.csg → test/test_song/25.csg

0
test/test_chordpro/25.csg.source → test/test_song/25.csg.source

0
test/test_chordpro/25.tsg → test/test_song/25.tsg

0
test/test_chordpro/26.csg → test/test_song/26.csg

0
test/test_chordpro/26.csg.source → test/test_song/26.csg.source

0
test/test_chordpro/26.tsg → test/test_song/26.tsg

0
test/test_chordpro/27.csg → test/test_song/27.csg

0
test/test_chordpro/27.csg.source → test/test_song/27.csg.source

0
test/test_chordpro/27.tsg → test/test_song/27.tsg

0
test/test_chordpro/28.csg → test/test_song/28.csg

0
test/test_chordpro/28.csg.source → test/test_song/28.csg.source

0
test/test_chordpro/28.tsg → test/test_song/28.tsg

0
test/test_chordpro/29.csg → test/test_song/29.csg

0
test/test_chordpro/29.csg.source → test/test_song/29.csg.source

0
test/test_chordpro/29.tsg → test/test_song/29.tsg

0
test/test_chordpro/__init__.py → test/test_song/__init__.py

0
test/test_chordpro/author_names.csg → test/test_song/author_names.csg

0
test/test_chordpro/author_names.csg.source → test/test_song/author_names.csg.source

0
test/test_chordpro/author_names.tsg → test/test_song/author_names.tsg

0
test/test_chordpro/chords.csg → test/test_song/chords.csg

0
test/test_chordpro/chords.csg.source → test/test_song/chords.csg.source

0
test/test_chordpro/chords.tsg → test/test_song/chords.tsg

0
test/test_chordpro/customchords.csg → test/test_song/customchords.csg

0
test/test_chordpro/customchords.csg.source → test/test_song/customchords.csg.source

0
test/test_chordpro/customchords.tsg → test/test_song/customchords.tsg

0
test/test_chordpro/datadir/img/traditionnel.png → test/test_song/datadir/img/traditionnel.png

0
test/test_chordpro/datadir/scores/greensleeves.ly → test/test_song/datadir/scores/greensleeves.ly

0
test/test_chordpro/errors/invalid_content.csg.source → test/test_song/errors/invalid_content.csg.source

0
test/test_chordpro/greensleeves.csg → test/test_song/greensleeves.csg

0
test/test_chordpro/greensleeves.csg.source → test/test_song/greensleeves.csg.source

0
test/test_chordpro/greensleeves.tsg → test/test_song/greensleeves.tsg

0
test/test_chordpro/invalid_chord.csg → test/test_song/invalid_chord.csg

0
test/test_chordpro/invalid_chord.csg.source → test/test_song/invalid_chord.csg.source

0
test/test_chordpro/invalid_chord.tsg → test/test_song/invalid_chord.tsg

0
test/test_chordpro/invalid_customchord.csg → test/test_song/invalid_customchord.csg

0
test/test_chordpro/invalid_customchord.csg.source → test/test_song/invalid_customchord.csg.source

0
test/test_chordpro/invalid_customchord.tsg → test/test_song/invalid_customchord.tsg

0
test/test_chordpro/invalid_directive.csg → test/test_song/invalid_directive.csg

0
test/test_chordpro/invalid_directive.csg.source → test/test_song/invalid_directive.csg.source

0
test/test_chordpro/invalid_directive.tsg → test/test_song/invalid_directive.tsg

0
test/test_chordpro/lang.csg → test/test_song/lang.csg

0
test/test_chordpro/lang.csg.source → test/test_song/lang.csg.source

0
test/test_chordpro/metadata.csg → test/test_song/metadata.csg

0
test/test_chordpro/metadata.csg.source → test/test_song/metadata.csg.source

0
test/test_chordpro/metadata.tsg → test/test_song/metadata.tsg

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save