diff options
| author | Marat Radchenko <marat@slonopotamus.org> | 2020-02-01 20:34:37 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-01 20:34:37 +0300 |
| commit | 7d4bccdd91a3db484d49c582738cb287c8657809 (patch) | |
| tree | 5b2b3ea3e47e4a201303ff0a940059f4fecf3e5d /spec/fixtures/deep-include | |
| parent | 927196f0bc33fd4300c09482e2eedc1752cc3699 (diff) | |
introduce to_epub test helper to reduce boilerplate code in tests (PR #287)
Diffstat (limited to 'spec/fixtures/deep-include')
| -rw-r--r-- | spec/fixtures/deep-include/chapter/chapter.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/fixtures/deep-include/chapter/chapter.adoc b/spec/fixtures/deep-include/chapter/chapter.adoc index fe5d519..a9c4e74 100644 --- a/spec/fixtures/deep-include/chapter/chapter.adoc +++ b/spec/fixtures/deep-include/chapter/chapter.adoc @@ -1,2 +1,3 @@ += Chapter include::subchapter/subchapter.adoc[] |
