From 98fef6b4e84014c5d0f13653b0fe838918c29323 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Tue, 30 Jan 2018 18:41:17 +0100 Subject: Add integration tests --- spec/fixtures/b/c/doc-c.adoc | 3 +++ spec/fixtures/b/doc-b.adoc | 3 +++ spec/fixtures/doc-a.adoc | 10 ++++++++++ 3 files changed, 16 insertions(+) create mode 100644 spec/fixtures/b/c/doc-c.adoc create mode 100644 spec/fixtures/b/doc-b.adoc create mode 100644 spec/fixtures/doc-a.adoc (limited to 'spec/fixtures') 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 -- cgit v1.2.3