summaryrefslogtreecommitdiff
path: root/spec/fixtures
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures')
-rw-r--r--spec/fixtures/b/c/doc-c.adoc3
-rw-r--r--spec/fixtures/b/doc-b.adoc3
-rw-r--r--spec/fixtures/doc-a.adoc10
3 files changed, 16 insertions, 0 deletions
diff --git a/spec/fixtures/b/c/doc-c.adoc b/spec/fixtures/b/c/doc-c.adoc
new file mode 100644
index 0000000..7da2676
--- /dev/null
+++ b/spec/fixtures/b/c/doc-c.adoc
@@ -0,0 +1,3 @@
+= Document C
+
+xref:../doc-b#[]
diff --git a/spec/fixtures/b/doc-b.adoc b/spec/fixtures/b/doc-b.adoc
new file mode 100644
index 0000000..9ed3a43
--- /dev/null
+++ b/spec/fixtures/b/doc-b.adoc
@@ -0,0 +1,3 @@
+= Document B
+
+xref:c/doc-c#[]
diff --git a/spec/fixtures/doc-a.adoc b/spec/fixtures/doc-a.adoc
new file mode 100644
index 0000000..1803892
--- /dev/null
+++ b/spec/fixtures/doc-a.adoc
@@ -0,0 +1,10 @@
+= Document A
+
+Some text.
+
+== First Section
+
+== Second Section [[sec2]]
+
+[reftext="3rd Section"]
+== Third Section