Commit 9575fb24 authored by Georg Brandl's avatar Georg Brandl

Add an additional test for bug #1519018.

parent fb48afa7
......@@ -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)',
......
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