We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4a85fc + 3e86e49 commit af35626Copy full SHA for af35626
html5lib/_inputstream.py
@@ -48,7 +48,7 @@
48
0xDFFFF, 0xEFFFE, 0xEFFFF, 0xFFFFE, 0xFFFFF,
49
0x10FFFE, 0x10FFFF])
50
51
-ascii_punctuation_re = re.compile("[\u0009-\u000D\u0020-\u002F\u003A-\u0040\u005B-\u0060\u007B-\u007E]")
+ascii_punctuation_re = re.compile("[\u0009-\u000D\u0020-\u002F\u003A-\u0040\u005C\u005B-\u0060\u007B-\u007E]")
52
53
# Cache for charsUntil()
54
charsUntilRegEx = {}
0 commit comments