Skip to content

Commit

Permalink
テストケースの追加
Browse files Browse the repository at this point in the history
  • Loading branch information
TakenPt committed Mar 3, 2024
1 parent 680a905 commit c41e4af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions KoeBook.Test/Epub/ScrapingHelperTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public static object[][] TestCases()
("「abc」abc「abc」abc", ["「abc」", "abc", "「abc」", "abc"]),
("abc「abc」「abc」abc", ["abc", "「abc」", "「abc」", "abc"]),
("abc「abc」abc「abc」", ["abc", "「abc」", "abc", "「abc」"]),
("abc「abc「abc」abc」abc", ["abc", "「abc「abc」abc」", "abc"]),
("abc「abc「abc」abc", ["abc", "「abc「abc」abc"]),
("abc「abc」abc」abc", ["abc「abc」abc」", "abc"]),
("abc「abc「abc", ["abc", "「abc「abc"]),
Expand Down

0 comments on commit c41e4af

Please sign in to comment.