From ef3229cbd004dfbb415804e4e715da92f166bf6b Mon Sep 17 00:00:00 2001 From: TakenPt Date: Tue, 23 Apr 2024 20:13:24 +0900 Subject: [PATCH] =?UTF-8?q?#23=20=E3=83=95=E3=82=A9=E3=83=BC=E3=83=9E?= =?UTF-8?q?=E3=83=83=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- KoeBook.Test/Epub/ScrapingAozoraServiceTest.cs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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の要素の)テキストを"
"で囲む