mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +00:00
bring back commented out test
This commit is contained in:
parent
e6dd2cb63d
commit
5d2ad25252
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue