mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
Remove typographic apostrophe (#586)
This is the preferred apostrophe on musicbrainz https://beta.musicbrainz.org/doc/Style/Miscellaneous
This commit is contained in:
@@ -22,6 +22,8 @@ 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 & Let’s Boogie", "Seal+the+Deal+Lets+Boogie")]
|
||||
[TestCase("Section.80", "Section80")]
|
||||
public void should_replace_some_special_characters(string album, string expected)
|
||||
{
|
||||
Subject.AlbumTitle = album;
|
||||
|
||||
Reference in New Issue
Block a user