mirror of https://github.com/python/cpython
Fix typo and case in a recently added test
This commit is contained in:
parent
2e4a2b6434
commit
2710bc4b68
|
@ -439,7 +439,7 @@ class MinidomTest(unittest.TestCase):
|
|||
dom.unlink()
|
||||
self.confirm(domstr == str.replace("\n", "\r\n"))
|
||||
|
||||
def test_toPrettyXML_perserves_content_of_text_node(self):
|
||||
def test_toprettyxml_preserves_content_of_text_node(self):
|
||||
str = '<A>B</A>'
|
||||
dom = parseString(str)
|
||||
dom2 = parseString(dom.toprettyxml())
|
||||
|
|
Loading…
Reference in New Issue