Extended GetComparableWarezString

This commit is contained in:
Andreas Schulte
2023-10-25 22:55:08 +02:00
parent 3033b455c1
commit 94dcd08b69
2 changed files with 7 additions and 6 deletions

View File

@@ -18,6 +18,7 @@ func TestGetComparableWarezString(t *testing.T) {
"Little Britain (2003)": "little.britain.2003",
"Sons of Anarchy (2008)": "sons.of.anarchy.2008",
"Love, Death & Robots (2019)": "love.death.robots.2019",
"...Jahr 2022... die überleben wollen... (1973)": "jahr.2022.die.ueberleben.wollen.1973",
}
for d, expectedResult := range data {