You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
Add spark option to show grammer. Revise uncompyle options. Start to reorganize
tests more
This commit is contained in:
7
test/simple_source/branching/05_if.py
Normal file
7
test/simple_source/branching/05_if.py
Normal file
@@ -0,0 +1,7 @@
|
||||
# Tests:
|
||||
|
||||
# ifstmt ::= testexpr _ifstmts_jump
|
||||
# _ifstmts_jump ::= c_stmts_opt JUMP_FORWARD COME_FROM
|
||||
|
||||
if True:
|
||||
b = False
|
Reference in New Issue
Block a user