summaryrefslogtreecommitdiff
path: root/Lib/test/test_minidom.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2005-12-25 23:18:31 +0000
committerTim Peters <tim.peters@gmail.com>2005-12-25 23:18:31 +0000
commit0bebac011d643547dbdfd67bf2ec0e46fd165373 (patch)
tree7c416b3805610299c8e492794872ca80f39c29aa /Lib/test/test_minidom.py
parent6b7e560a75608d70070545bd0c70198ea9c7eef3 (diff)
downloadcpython-0bebac011d643547dbdfd67bf2ec0e46fd165373.tar.gz
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_minidom.py')
-rw-r--r--Lib/test/test_minidom.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/Lib/test/test_minidom.py b/Lib/test/test_minidom.py
index 2510a41cb6..b9377ae486 100644
--- a/Lib/test/test_minidom.py
+++ b/Lib/test/test_minidom.py
@@ -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>")