mirror of
https://github.com/zrax/pycdc.git
synced 2026-06-23 11:34:07 +00:00
Add BINARY_OP test tokenized
This commit is contained in:
parent
c053cab789
commit
6527299a67
1 changed files with 5 additions and 0 deletions
5
tests/tokenized/BINARY_OP.txt
Normal file
5
tests/tokenized/BINARY_OP.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
def add ( a , b ) : <EOL>
|
||||
<INDENT>
|
||||
return a + b <EOL>
|
||||
<OUTDENT>
|
||||
print ( add ( add ( 1 , 3 ) , add ( 2 , 4 ) ) ) <EOL>
|
||||
Loading…
Add table
Add a link
Reference in a new issue