Kaydet (Commit) b83a1ff7 authored tarafından Mark Dickinson's avatar Mark Dickinson

Fix typo in test_unparse.py.

üst 623b9795
......@@ -46,7 +46,7 @@ class UnparseTestCase(unittest.TestCase):
self.check_roundtrip(forelse)
def test_while_else(self):
self.check_roundtrip(forelse)
self.check_roundtrip(whileelse)
def test_unary_parens(self):
self.check_roundtrip("(-1)**7")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment