We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83825f6 commit ba1359eCopy full SHA for ba1359e
1 file changed
src/hsd/dictbuilder.py
@@ -22,7 +22,7 @@
22
|
23
(?:\s*(?:^|(?<=\s))(?P<logical>[Yy][Ee][Ss]|[Nn][Oo])(?:$|(?=\s+)))
24
25
-(?:(?P<qstr>(?P<quote>['"]).*?(?P=quote)) | (?P<str>.+?)(?:$|\s+))
+(?:\s*(?:(?P<qstr>(?P<quote>['"]).*?(?P=quote)) | (?P<str>.+?))(?:$|\s+))
26
""", re.VERBOSE | re.MULTILINE)
27
28
0 commit comments