clj-python / libpython-clj

Python bindings for Clojure
Eclipse Public License 2.0
1.05k stars 68 forks source link

Fix codegen quotes #169

Closed enragedginger closed 3 years ago

enragedginger commented 3 years ago

Quotes weren't being escaped in String values after my most recent change which was causing problems on things like (def __doc__ "Some doc string "that has quotes" or something like that.")