diff options
| author | Marat Radchenko <marat@slonopotamus.org> | 2020-01-23 14:57:24 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-23 14:57:24 +0300 |
| commit | 4743ac1b324b8763b2884eecd3f4fd36b23b7f6a (patch) | |
| tree | f0d13aff1153a81ce9520b8a4505c2a0ed632da3 /spec/fixtures | |
| parent | 1b0a4ff5bc17df96a3f1a942feccc090a72ec1c0 (diff) | |
resolves #14 handle invalid `revdate` gracefully (PR #248)
Diffstat (limited to 'spec/fixtures')
| -rw-r--r-- | spec/fixtures/minimal/book.adoc | 4 | ||||
| -rw-r--r-- | spec/fixtures/minimal/chapter.adoc | 0 |
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 |
