yrahul3910 / pysh

Embed bash in your Python
MIT License
0 stars 0 forks source link

Strings with a # in them are commented out #17

Closed yrahul3910 closed 8 months ago

yrahul3910 commented 8 months ago

Minimum working example:

out.write('# Title')

is transpiled to

out.write('