summaryrefslogtreecommitdiff
path: root/spec/fixtures
diff options
context:
space:
mode:
authorMarat Radchenko <marat@slonopotamus.org>2020-01-23 14:57:24 +0300
committerGitHub <noreply@github.com>2020-01-23 14:57:24 +0300
commit4743ac1b324b8763b2884eecd3f4fd36b23b7f6a (patch)
treef0d13aff1153a81ce9520b8a4505c2a0ed632da3 /spec/fixtures
parent1b0a4ff5bc17df96a3f1a942feccc090a72ec1c0 (diff)
resolves #14 handle invalid `revdate` gracefully (PR #248)
Diffstat (limited to 'spec/fixtures')
-rw-r--r--spec/fixtures/minimal/book.adoc4
-rw-r--r--spec/fixtures/minimal/chapter.adoc0
2 files changed, 4 insertions, 0 deletions
diff --git a/spec/fixtures/minimal/book.adoc b/spec/fixtures/minimal/book.adoc
new file mode 100644
index 0000000..7ebcfb7
--- /dev/null
+++ b/spec/fixtures/minimal/book.adoc
@@ -0,0 +1,4 @@
+= Minimal book
+:doctype: book
+
+include::chapter.adoc[]
diff --git a/spec/fixtures/minimal/chapter.adoc b/spec/fixtures/minimal/chapter.adoc
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/spec/fixtures/minimal/chapter.adoc