mirror of
https://github.com/python/cpython.git
synced 2026-06-13 22:54:50 -04:00
fix trailing whitespace
This commit is contained in:
@@ -1907,7 +1907,7 @@ class TreeBuilderTest(unittest.TestCase):
|
||||
|
||||
# XXX in _elementtree, the constructor of TreeBuilder expects no
|
||||
# arguments
|
||||
@unittest.expectedFailure
|
||||
@unittest.expectedFailure
|
||||
def test_element_factory(self):
|
||||
tb = ET.TreeBuilder(element_factory=lambda: ET.Element())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user