Add an additional test for bug #1519018.

This commit is contained in:
Georg Brandl 2006-07-08 12:15:27 +00:00
parent fb48afa708
commit 9575fb241e
1 changed files with 2 additions and 0 deletions

View File

@ -261,6 +261,8 @@ if 1:
'import (os,)',
'import os As bar',
'import os.path a bar',
'from sys import stdin As stdout',
'from sys import stdin a stdout',
'from (sys) import stdin',
'from __future__ import (nested_scopes',
'from __future__ import nested_scopes)',