diff options
| author | Marat Radchenko <marat@slonopotamus.org> | 2020-02-13 13:50:38 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-13 13:50:38 +0300 |
| commit | 01d8cb18a29a417ad4ab8b9d0072d5e2ab6c7ee6 (patch) | |
| tree | a4a9e16e148ab7b62a4eb11df6570bc028fcfe70 /spec/fixtures/front-cover-image | |
| parent | f1e34c3183d4722ec452d9fc02ac644e50291d18 (diff) | |
add more tests (PR #298)
Diffstat (limited to 'spec/fixtures/front-cover-image')
| -rw-r--r-- | spec/fixtures/front-cover-image/book.adoc | 5 | ||||
| -rw-r--r-- | spec/fixtures/front-cover-image/chapter.adoc | 1 | ||||
| -rw-r--r-- | spec/fixtures/front-cover-image/default-cover.png | bin | 0 -> 65229 bytes |
3 files changed, 6 insertions, 0 deletions
diff --git a/spec/fixtures/front-cover-image/book.adoc b/spec/fixtures/front-cover-image/book.adoc new file mode 100644 index 0000000..422808d --- /dev/null +++ b/spec/fixtures/front-cover-image/book.adoc @@ -0,0 +1,5 @@ += Book with front cover image +:doctype: book +:front-cover-image: default-cover.png + +include::chapter.adoc[leveloffset=+1] diff --git a/spec/fixtures/front-cover-image/chapter.adoc b/spec/fixtures/front-cover-image/chapter.adoc new file mode 100644 index 0000000..31b7fa2 --- /dev/null +++ b/spec/fixtures/front-cover-image/chapter.adoc @@ -0,0 +1 @@ += Chapter diff --git a/spec/fixtures/front-cover-image/default-cover.png b/spec/fixtures/front-cover-image/default-cover.png Binary files differnew file mode 100644 index 0000000..2d1d276 --- /dev/null +++ b/spec/fixtures/front-cover-image/default-cover.png |
