Browse Source

typo

pull/97/head
Louis 9 years ago
parent
commit
b551986f34
  1. 2
      test/test_authors.py

2
test/test_authors.py

@ -18,7 +18,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", (r"The Rolling\\", "Stones")), # LaTeX commands are ignored
(r"The Rolling\ Stones", ("Stones", r"The Rolling\\")), # LaTeX commands are ignored
]
PROCESS_AUTHORS_DATA = [

Loading…
Cancel
Save