Skip to content

Commit 0cefbaa

Browse files
committed
Add a test for "from __future__ import .."
1 parent 89f16b6 commit 0cefbaa

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

test/statements/import6.py

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
from __future__ import generator_stop
2+
3+
4+
5+
from : keyword.control.flow.python, source.python
6+
: source.python
7+
__future__ : source.python, support.variable.magic.python
8+
: source.python
9+
import : keyword.control.import.python, source.python
10+
: source.python
11+
generator_stop : source.python

0 commit comments

Comments
 (0)