diff --git a/KoeBook.Test/Epub/ScrapingAozoraServiceTest.cs b/KoeBook.Test/Epub/ScrapingAozoraServiceTest.cs index 819b816..18a7b41 100644 --- a/KoeBook.Test/Epub/ScrapingAozoraServiceTest.cs +++ b/KoeBook.Test/Epub/ScrapingAozoraServiceTest.cs @@ -26,10 +26,12 @@ private static EpubDocument EmptySingleParagraph => new("", "", "", Guid.NewGuid()) { Chapters = [ - new () { - Sections = [new Section("") { Elements = [new Paragraph()] }] }] + new() + { + Sections = [new Section("") { Elements = [new Paragraph()] }] + }] }; - + /// /// (htmlの要素の)テキストを"
"で囲む