Adds support for LIST_EXTEND opcode
Addresses #199
This commit is contained in:
8
tests/tokenized/list_extend.txt
Normal file
8
tests/tokenized/list_extend.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
a = [ 1 , 2 , 3 ] <EOL>
|
||||
b = [ '4' , 5 , 6 ] <EOL>
|
||||
c = [ 7 , ( 8 , 9 , 10 ) ] <EOL>
|
||||
d = [ None ] <EOL>
|
||||
e = [ ( 'a' , 'b' , 'c' ) ] <EOL>
|
||||
f = [ a , b ] <EOL>
|
||||
g = [ ] <EOL>
|
||||
a = [ None , None , None ] <EOL>
|
Reference in New Issue
Block a user