Closed jzjsuper closed 8 years ago
test.py:
a = True b = False
Generate test.rb by executing $ pseudo-python test.py test.rb
test.rb
$ pseudo-python test.py test.rb
Generated test.rb:
Expected test.rb:
a = true b = false
That was actually a Pseudo-Python bug, thank you!
Fixed after that commit
test.py:
Generate
test.rb
by executing$ pseudo-python test.py test.rb
Generated
test.rb
:Expected
test.rb
: