8000
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 742715d commit cd74ec7Copy full SHA for cd74ec7
html5lib/inputstream.py
@@ -30,7 +30,7 @@
30
31
if utils.supports_lone_surrogates:
32
# Use one extra step of indirection and create surrogates with
33
- # unichr. Not using this indirection would introduce an illegal
+ # eval. Not using this indirection would introduce an illegal
34
# unicode literal on platforms not supporting such lone
35
# surrogates.
36
assert invalid_unicode_no_surrogate[-1] == "]" and invalid_unicode_no_surrogate.count("]") == 1
0 commit comments