Allow spaces in label (followup)
Compare changes
Files
2- Yoann Schneider authored
+ 6
− 2
@@ -5,7 +5,7 @@ from pathlib import Path
@@ -45,7 +45,11 @@ def parse_line(index: int, line: str, path: Path):
!24 (merged) fixed the label parsing of lines like Mariam I-Date et
but not of Mariam I-Date et Lieu
. The Regex fails because of the L
in Lieu
. I added a test case for that.