test names
This commit is contained in:
parent
330e16df3e
commit
346ea64f91
18 changed files with 0 additions and 0 deletions
12
test/lexer/03.in
Normal file
12
test/lexer/03.in
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
def outer():
|
||||
def inner1():
|
||||
if cond1:
|
||||
action1()
|
||||
if cond2:
|
||||
action2()
|
||||
def inner2():
|
||||
for i in range(3):
|
||||
if cond3:
|
||||
action3()
|
||||
action4()
|
||||
return result
|
||||
Loading…
Add table
Add a link
Reference in a new issue