Skip to content

Commit

Permalink
test: add more short name calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziedelth committed Sep 4, 2024
1 parent 2dbfdbe commit ace8b5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/kotlin/fr/shikkanime/utils/StringUtilsTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ class StringUtilsTest {
"Reborn to Master the Blade: From Hero-King to Extraordinary Squire" to "Reborn to Master the Blade",
"Stand My Heroes: Piece of Truth" to "Stand My Heroes",
"CARDFIGHT!! VANGUARD overDress" to "CARDFIGHT!! VANGUARD overDress",
"Re:ZERO –Starting Life in Another World–" to "Re:ZERO",
"Arifureta: From Commonplace to World's Strongest" to "Arifureta",
)

list.forEach { (input, expected) ->
Expand Down

0 comments on commit ace8b5e

Please sign in to comment.