summaryrefslogtreecommitdiff
path: root/spec/fixtures/front-cover-image
diff options
context:
space:
mode:
authorMarat Radchenko <marat@slonopotamus.org>2020-02-13 13:50:38 +0300
committerGitHub <noreply@github.com>2020-02-13 13:50:38 +0300
commit01d8cb18a29a417ad4ab8b9d0072d5e2ab6c7ee6 (patch)
treea4a9e16e148ab7b62a4eb11df6570bc028fcfe70 /spec/fixtures/front-cover-image
parentf1e34c3183d4722ec452d9fc02ac644e50291d18 (diff)
add more tests (PR #298)
Diffstat (limited to 'spec/fixtures/front-cover-image')
-rw-r--r--spec/fixtures/front-cover-image/book.adoc5
-rw-r--r--spec/fixtures/front-cover-image/chapter.adoc1
-rw-r--r--spec/fixtures/front-cover-image/default-cover.pngbin0 -> 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
new file mode 100644
index 0000000..2d1d276
--- /dev/null
+++ b/spec/fixtures/front-cover-image/default-cover.png
Binary files differ