Commit 5d2ad252 authored by Benjamin Peterson's avatar Benjamin Peterson

bring back commented out test

parent e6dd2cb6
......@@ -296,6 +296,10 @@ if 1:
l = lambda: "foo"
self.assertIsNone(l.__doc__)
## def test_unicode_encoding(self):
## code = "# -*- coding: utf-8 -*-\npass\n"
## self.assertRaises(SyntaxError, compile, code, "tmp", "exec")
def test_subscripts(self):
# SF bug 1448804
# Class to make testing subscript results easy
......
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