Fixed: Don't strip apostrophes

This commit is contained in:
ta264
2020-08-05 22:35:26 +01:00
parent 31cad994ba
commit e1862653f9
2 changed files with 2 additions and 4 deletions
@@ -20,7 +20,7 @@ namespace NzbDrone.Core.Test.IndexerSearchTests
[TestCase("American III: Solitary Man", "American+III+Solitary+Man")]
[TestCase("Sad Clowns & Hillbillies", "Sad+Clowns+Hillbillies")]
[TestCase("¿Quién sabe?", "Quien+sabe")]
[TestCase("Seal the Deal & Lets Boogie", "Seal+the+Deal+Lets+Boogie")]
[TestCase("Seal the Deal & Lets Boogie", "Seal+the+Deal+Lets+Boogie")]
[TestCase("Section.80", "Section+80")]
public void should_replace_some_special_characters(string album, string expected)
{