summaryrefslogtreecommitdiffstats
path: root/test/fixtures/test5
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2015-01-24 15:33:04 +0100
committerSamy Pessé <samypesse@gmail.com>2015-01-24 15:33:04 +0100
commite02f29e76392660b31be87063649abd4adb22826 (patch)
treedfda77c00534b64701784f32daf21af08a0639b7 /test/fixtures/test5
parent6805b02c63c95e297bf69ce68800e021e744c052 (diff)
downloadgitbook-e02f29e76392660b31be87063649abd4adb22826.zip
gitbook-e02f29e76392660b31be87063649abd4adb22826.tar.gz
gitbook-e02f29e76392660b31be87063649abd4adb22826.tar.bz2
Add test for local inclusion
Diffstat (limited to 'test/fixtures/test5')
-rw-r--r--test/fixtures/test5/README.md3
-rw-r--r--test/fixtures/test5/SUMMARY.md1
-rw-r--r--test/fixtures/test5/test.md1
3 files changed, 5 insertions, 0 deletions
diff --git a/test/fixtures/test5/README.md b/test/fixtures/test5/README.md
new file mode 100644
index 0000000..67536b3
--- /dev/null
+++ b/test/fixtures/test5/README.md
@@ -0,0 +1,3 @@
+# Test Content inclusion
+
+{% include "./test.md" %}
diff --git a/test/fixtures/test5/SUMMARY.md b/test/fixtures/test5/SUMMARY.md
new file mode 100644
index 0000000..ac9323c
--- /dev/null
+++ b/test/fixtures/test5/SUMMARY.md
@@ -0,0 +1 @@
+# Summary
diff --git a/test/fixtures/test5/test.md b/test/fixtures/test5/test.md
new file mode 100644
index 0000000..5e1c309
--- /dev/null
+++ b/test/fixtures/test5/test.md
@@ -0,0 +1 @@
+Hello World \ No newline at end of file