Files
Pyarmor-Static-Unpack-1shot/tests/tokenized/simple_const.txt
Michael Hansen 31d907118a Add a new unit test framework that actually checks the output of
decompiled sources against an expected result.
2019-10-03 15:33:52 -07:00

8 lines
131 B
Plaintext

a = 42 <EOL>
b = 3.14159 <EOL>
c = 'test' <EOL>
d = ( 1 , 2 ) <EOL>
e = ( 3 , ) <EOL>
f = [ 1 , 2 ] <EOL>
g = { 'key' : 42 } <EOL>