mirror of
https://github.com/python/cpython.git
synced 2025-10-06 15:11:58 +00:00
Rip out all the u"..." literals and calls to unicode().
This commit is contained in:
parent
572dbf8f13
commit
ef87d6ed94
200 changed files with 18074 additions and 18074 deletions
|
@ -311,7 +311,7 @@ DOCTYPE html [
|
|||
|
||||
def test_entityrefs_in_attributes(self):
|
||||
self._run_check("<html foo='€&aa&unsupported;'>", [
|
||||
("starttag", "html", [("foo", u"\u20AC&aa&unsupported;")])
|
||||
("starttag", "html", [("foo", "\u20AC&aa&unsupported;")])
|
||||
])
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue