From 7e646d50fbe678c0881a2c42eac50a289cd3c456 Mon Sep 17 00:00:00 2001 From: Yuriy Larin Date: Sat, 11 Jan 2025 18:33:51 +0200 Subject: [PATCH] renamed book fike names - 16 --- tests/footnote_epub3_example/book.toml | 2 +- tests/long_book_example/book.toml | 2 +- tests/remote_image_fetch/book.toml | 2 +- tests/straight_quotes_into_curly_quotes/book.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/footnote_epub3_example/book.toml b/tests/footnote_epub3_example/book.toml index 770dd0674..24fce100f 100644 --- a/tests/footnote_epub3_example/book.toml +++ b/tests/footnote_epub3_example/book.toml @@ -1,5 +1,5 @@ [book] -title = "Footnote Epub3" +title = "FootnoteEpub3Example" authors = [] multilingual = false src = "src" diff --git a/tests/long_book_example/book.toml b/tests/long_book_example/book.toml index 45b8b54f5..2a3e9d805 100644 --- a/tests/long_book_example/book.toml +++ b/tests/long_book_example/book.toml @@ -1,5 +1,5 @@ [book] -title = "Long Book" +title = "LongBookExample" authors = [] multilingual = false src = "src" diff --git a/tests/remote_image_fetch/book.toml b/tests/remote_image_fetch/book.toml index 5291f796a..9ccbef6e1 100644 --- a/tests/remote_image_fetch/book.toml +++ b/tests/remote_image_fetch/book.toml @@ -1,5 +1,5 @@ [book] -title = "Remote Image Fetch" +title = "RemoteImageFetchExample" authors = [] multilingual = false src = "src" diff --git a/tests/straight_quotes_into_curly_quotes/book.toml b/tests/straight_quotes_into_curly_quotes/book.toml index 421118f04..54adc8e78 100644 --- a/tests/straight_quotes_into_curly_quotes/book.toml +++ b/tests/straight_quotes_into_curly_quotes/book.toml @@ -1,5 +1,5 @@ [book] -title = "Curly quotes Book" +title = "CurlyQuotesBookExample" authors = [] multilingual = false src = "src"