mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Whitespace normalization.
This commit is contained in:
parent
83a8c393b0
commit
536cf99536
82 changed files with 33875 additions and 33923 deletions
|
@ -1137,9 +1137,9 @@ def testPatch1094164 ():
|
|||
# Check that replacing a child with itself leaves the tree unchanged
|
||||
elem.replaceChild(e, e)
|
||||
confirm(e.parentNode is elem, "After replaceChild()")
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
def testReplaceWholeText():
|
||||
def setup():
|
||||
doc = parseString("<doc>a<e/>d</doc>")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue