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 = [