summaryrefslogtreecommitdiff
path: root/test/fixtures
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2014-07-04 02:16:03 -0600
committerDan Allen <dan.j.allen@gmail.com>2014-07-04 17:07:28 -0600
commit27067c4d05a072bb8b603ca81637fcff4897bc4f (patch)
treebafc39b6a14f79b2f9d924871cadea5ee606f9df /test/fixtures
parent6da62e23c856ff00ab318ed9ed986d6de2349002 (diff)
resolves #530 support leveloffset on include directive and relative values
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/chapter-a.adoc3
-rw-r--r--test/fixtures/master.adoc5
2 files changed, 8 insertions, 0 deletions
diff --git a/test/fixtures/chapter-a.adoc b/test/fixtures/chapter-a.adoc
new file mode 100644
index 00000000..a66a1bee
--- /dev/null
+++ b/test/fixtures/chapter-a.adoc
@@ -0,0 +1,3 @@
+= Chapter A
+
+content
diff --git a/test/fixtures/master.adoc b/test/fixtures/master.adoc
new file mode 100644
index 00000000..5793b145
--- /dev/null
+++ b/test/fixtures/master.adoc
@@ -0,0 +1,5 @@
+= Master Document
+
+preamble
+
+include::chapter-a.adoc[leveloffset=+1]