commit | 536cf99536bce562cfcb44a856fac1c84b9de4c3 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Sun Dec 25 23:18:31 2005 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Sun Dec 25 23:18:31 2005 +0000 |
tree | 80cf0f425cfc703b228aad716ed66cd4a5080c03 | |
parent | 83a8c393b06d24b3c6b252b7614c34110c369c43 [diff] [blame] |
Whitespace normalization.
diff --git a/Lib/test/test_minidom.py b/Lib/test/test_minidom.py index 2510a41..b9377ae 100644 --- a/Lib/test/test_minidom.py +++ b/Lib/test/test_minidom.py
@@ -1137,9 +1137,9 @@ # 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>")