Skip to content

Commit

Permalink
test: add more short name condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziedelth committed Nov 4, 2024
1 parent 364ceb1 commit 62a83a9
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 @@ -66,6 +66,7 @@ class StringUtilsTest {
"Anime KAPIBARASAN" to "KAPIBARASAN",
"Anime AzurLane: Slow Ahead!" to "AzurLane: Slow Ahead!",
"<DOGEZA>I Tried Asking While Kowtowing." to "DOGEZA",
"Demon Slayer: Kimetsu no Yaiba - L’entraînement des piliers" to "Demon Slayer",
)

list.forEach { (input, expected) ->
Expand Down Expand Up @@ -101,6 +102,7 @@ class StringUtilsTest {
"MIX" to "mix",
"Loner Life in Another World" to "loner-life-in-another-world",
"<DOGEZA>I Tried Asking While Kowtowing." to "dogeza",
"Demon Slayer: Kimetsu no Yaiba - L’entraînement des piliers" to "demon-slayer",
)

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

0 comments on commit 62a83a9

Please sign in to comment.