summaryrefslogtreecommitdiffstats
path: root/test/fixtures/test4
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2015-01-21 22:51:59 +0100
committerSamy Pessé <samypesse@gmail.com>2015-01-21 22:51:59 +0100
commit85930161f7a32c6c5c7de82a47554ed2855c14df (patch)
tree5c784ec80b59dd71867527d1658b1b5186b73a1e /test/fixtures/test4
parent4f9ece1ec114901d817c77e584b933f195ece923 (diff)
downloadgitbook-85930161f7a32c6c5c7de82a47554ed2855c14df.zip
gitbook-85930161f7a32c6c5c7de82a47554ed2855c14df.tar.gz
gitbook-85930161f7a32c6c5c7de82a47554ed2855c14df.tar.bz2
Normalize tests
Diffstat (limited to 'test/fixtures/test4')
-rw-r--r--test/fixtures/test4/README.md3
-rw-r--r--test/fixtures/test4/SUMMARY.md1
-rw-r--r--test/fixtures/test4/book.js3
3 files changed, 7 insertions, 0 deletions
diff --git a/test/fixtures/test4/README.md b/test/fixtures/test4/README.md
new file mode 100644
index 0000000..d26ab9b
--- /dev/null
+++ b/test/fixtures/test4/README.md
@@ -0,0 +1,3 @@
+# Other Title
+
+A description
diff --git a/test/fixtures/test4/SUMMARY.md b/test/fixtures/test4/SUMMARY.md
new file mode 100644
index 0000000..ac9323c
--- /dev/null
+++ b/test/fixtures/test4/SUMMARY.md
@@ -0,0 +1 @@
+# Summary
diff --git a/test/fixtures/test4/book.js b/test/fixtures/test4/book.js
new file mode 100644
index 0000000..bf617cd
--- /dev/null
+++ b/test/fixtures/test4/book.js
@@ -0,0 +1,3 @@
+module.exports = {
+ title: "Test 2"
+};