diff options
| author | Marat Radchenko <marat@slonopotamus.org> | 2020-02-19 00:50:22 +0300 |
|---|---|---|
| committer | Marat Radchenko <marat@slonopotamus.org> | 2020-02-19 00:52:20 +0300 |
| commit | 76dc5a62369ee0f32757de7a741b40a00a7254d8 (patch) | |
| tree | 7324f3b9209a0092168ba3ccc74ad5d826dbb9cc /spec/fixtures | |
| parent | dbc49ec1a67c359d60190d8b9c235b4a0d307d9b (diff) | |
fix logging to work through logger
fix front matter files to be actually added to spine (and test that)
fix image data not being included into epub
Diffstat (limited to 'spec/fixtures')
| -rw-r--r-- | spec/fixtures/front-matter-multi/book.adoc | 4 | ||||
| -rw-r--r-- | spec/fixtures/front-matter-multi/chapter.adoc | 1 | ||||
| -rw-r--r-- | spec/fixtures/front-matter/book.adoc | 3 | ||||
| -rw-r--r-- | spec/fixtures/front-matter/chapter.adoc | 1 |
4 files changed, 3 insertions, 6 deletions
diff --git a/spec/fixtures/front-matter-multi/book.adoc b/spec/fixtures/front-matter-multi/book.adoc index 46560c6..b11f14a 100644 --- a/spec/fixtures/front-matter-multi/book.adoc +++ b/spec/fixtures/front-matter-multi/book.adoc @@ -1,4 +1,4 @@ = Front matter book -:doctype: book +:epub3-frontmatterdir: fm -include::chapter.adoc[leveloffset=+1] +Nothing to see here. diff --git a/spec/fixtures/front-matter-multi/chapter.adoc b/spec/fixtures/front-matter-multi/chapter.adoc deleted file mode 100644 index 31b7fa2..0000000 --- a/spec/fixtures/front-matter-multi/chapter.adoc +++ /dev/null @@ -1 +0,0 @@ -= Chapter diff --git a/spec/fixtures/front-matter/book.adoc b/spec/fixtures/front-matter/book.adoc index 46560c6..fa1291c 100644 --- a/spec/fixtures/front-matter/book.adoc +++ b/spec/fixtures/front-matter/book.adoc @@ -1,4 +1,3 @@ = Front matter book -:doctype: book -include::chapter.adoc[leveloffset=+1] +Nothing to see here. diff --git a/spec/fixtures/front-matter/chapter.adoc b/spec/fixtures/front-matter/chapter.adoc deleted file mode 100644 index 31b7fa2..0000000 --- a/spec/fixtures/front-matter/chapter.adoc +++ /dev/null @@ -1 +0,0 @@ -= Chapter |
