We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 404c36b commit faa011bCopy full SHA for faa011b
Lib/ldap/schema/tokenizer.py
@@ -13,7 +13,7 @@
13
r"|" # or
14
r"([^'$()\s]+)" # string of length >= 1 without '$() or whitespace
15
16
- r"('(?:[^'\\]|\\\\|\\.)*?'(?!\w))"
+ r"('(?:[^'\\]|\\.)*'(?!\w))"
17
# any string or empty string surrounded by unescaped
18
# single quotes except if right quote is succeeded by
19
# alphanumeric char
0 commit comments