From 10eaea4395e9150a03b2543be6e72c78b249dfc7 Mon Sep 17 00:00:00 2001 From: Oliverpool Date: Thu, 17 Sep 2015 12:57:41 +0200 Subject: [PATCH] Add more artist name tests --- test/test_authors.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/test_authors.py b/test/test_authors.py index ef9b93a2..5a169453 100644 --- a/test/test_authors.py +++ b/test/test_authors.py @@ -13,6 +13,9 @@ SPLIT_AUTHORS_DATA = [ ("Georges Brassens", ("Brassens", "Georges")), ("The Who", ("Who", "The")), ("Cher", ("Cher", "")), + ("Red~Hot~Chili~Peppers", ("Red~Hot~Chili~Peppers", "")), + ("The mamas~and~the~papas", ("mamas~and~the~papas", "The")), + ("The mamas\ and\ the\ papas", ("mamas\ and\ the\ papas", "The")), ] PROCESS_AUTHORS_DATA = [