Skip to content

Commit

Permalink
tests: add matchAlbumOrTitle test case for remove [*] from end
Browse files Browse the repository at this point in the history
  • Loading branch information
rolyatsats committed Dec 9, 2019
1 parent 2312dc5 commit fb2d72a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions info_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ func TestMatchAlbumOrTitle(t *testing.T) {
{ ", SBD Album SBD", "SBD Album" },
{ "!^?Bitrate Album!? -320", "Bitrate Album!?" },
{ "intro/crowd", "intro-crowd" },
{ " Whereever [SBD 320-MP3]", "Whereever" },
}

for i := range tests {
Expand Down

0 comments on commit fb2d72a

Please sign in to comment.