summaryrefslogtreecommitdiffstats
path: root/test/fixtures
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2015-01-21 10:17:58 +0100
committerSamy Pessé <samypesse@gmail.com>2015-01-21 10:17:58 +0100
commit9f9265ad7620059c2ee6ec829235269a6ee02946 (patch)
tree7ec49e058a262f2d3b3d4b4b55e5f4f081b1d7d9 /test/fixtures
parenta5ebbc34c7333880b5a194cbe26041029e2cdbfb (diff)
downloadgitbook-9f9265ad7620059c2ee6ec829235269a6ee02946.zip
gitbook-9f9265ad7620059c2ee6ec829235269a6ee02946.tar.gz
gitbook-9f9265ad7620059c2ee6ec829235269a6ee02946.tar.bz2
Add asciidoc support
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/test3/README.adoc4
-rw-r--r--test/fixtures/test3/SUMMARY.adoc5
-rw-r--r--test/fixtures/test3/test.adoc0
-rw-r--r--test/fixtures/test3/test1.adoc0
-rw-r--r--test/fixtures/test3/test3.adoc0
5 files changed, 9 insertions, 0 deletions
diff --git a/test/fixtures/test3/README.adoc b/test/fixtures/test3/README.adoc
new file mode 100644
index 0000000..ea295ee
--- /dev/null
+++ b/test/fixtures/test3/README.adoc
@@ -0,0 +1,4 @@
+= My Book
+
+Test description
+
diff --git a/test/fixtures/test3/SUMMARY.adoc b/test/fixtures/test3/SUMMARY.adoc
new file mode 100644
index 0000000..29fcb65
--- /dev/null
+++ b/test/fixtures/test3/SUMMARY.adoc
@@ -0,0 +1,5 @@
+= Summary
+
+. link:test.adoc[Chapter 1]
+.. link:test1.adoc[Article 1]
+. link:test2.adoc[Chapter 2]
diff --git a/test/fixtures/test3/test.adoc b/test/fixtures/test3/test.adoc
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/test/fixtures/test3/test.adoc
diff --git a/test/fixtures/test3/test1.adoc b/test/fixtures/test3/test1.adoc
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/test/fixtures/test3/test1.adoc
diff --git a/test/fixtures/test3/test3.adoc b/test/fixtures/test3/test3.adoc
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/test/fixtures/test3/test3.adoc