From ca9f542e0a08dce6a4c0c5a3b7d3c38a5e0c66bc Mon Sep 17 00:00:00 2001 From: Oliverpool Date: Fri, 20 Nov 2015 13:54:13 +0100 Subject: [PATCH] Add include test --- test/test_content/datadir/custom_list.json | 1 + test/test_content/include.control | 1 + test/test_content/include.source | 1 + 3 files changed, 3 insertions(+) create mode 100644 test/test_content/datadir/custom_list.json create mode 100644 test/test_content/include.control create mode 100644 test/test_content/include.source diff --git a/test/test_content/datadir/custom_list.json b/test/test_content/datadir/custom_list.json new file mode 100644 index 00000000..5ba82a4c --- /dev/null +++ b/test/test_content/datadir/custom_list.json @@ -0,0 +1 @@ +["exsong.sg", "chordpro.csg", "subdir/chordpro.csg"] \ No newline at end of file diff --git a/test/test_content/include.control b/test/test_content/include.control new file mode 100644 index 00000000..5ba82a4c --- /dev/null +++ b/test/test_content/include.control @@ -0,0 +1 @@ +["exsong.sg", "chordpro.csg", "subdir/chordpro.csg"] \ No newline at end of file diff --git a/test/test_content/include.source b/test/test_content/include.source new file mode 100644 index 00000000..ccd69aa1 --- /dev/null +++ b/test/test_content/include.source @@ -0,0 +1 @@ +[["include" , "custom_list.json"]] \ No newline at end of file