mirror of https://github.com/python/cpython.git
parent
954eef7e51
commit
c77593d31a
|
@ -229,7 +229,7 @@ def _testElementReprAndStrUnicode():
|
|||
def _testElementReprAndStrUnicodeNS():
|
||||
dom=Document()
|
||||
el=dom.appendChild(
|
||||
dom.createElementNS( u"http://www.slashdot.org", u"slash:abc" ))
|
||||
dom.createElementNS( u"http://www.slashdot.org", u"slash:abc" ))
|
||||
string1=repr( el )
|
||||
string2=str( el )
|
||||
confirm( string1==string2 )
|
||||
|
|
Loading…
Reference in New Issue