From 89f92478a126b3cc0383ee6ecb40e9b7d7a7670a Mon Sep 17 00:00:00 2001 From: Oliverpool Date: Sun, 8 Nov 2015 11:31:01 +0100 Subject: [PATCH] Correct comment --- test/test_authors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_authors.py b/test/test_authors.py index b93ffa31..8e560102 100644 --- a/test/test_authors.py +++ b/test/test_authors.py @@ -17,7 +17,7 @@ SPLIT_AUTHORS_DATA = [ ("The mamas and the papas", ("mamas and the papas", "The")), # Unbreakable spaces (r"\LaTeX command", ("command", r"\LaTeX")), # LaTeX commands are ignored (r"\emph{Some braces}", ("braces}", r"\emph{Some")), # LaTeX commands are ignored - (r"The Rolling\ Stones", ("Rolling~Stones", 'The')), # LaTeX commands are ignored + (r"The Rolling\ Stones", ("Rolling~Stones", 'The')), # Escaped spaces are converted ] PROCESS_AUTHORS_DATA = [