remram44 / pybabel-godot

Plugin for Babel to support Godot scene files (.tscn)
Other
14 stars 11 forks source link

Handle multi-line strings in scenes and resources #10

Closed remram44 closed 3 years ago

remram44 commented 3 years ago

Handle a multi-line string, add one to the testproject.

This doesn't fix the array case #6.

This should correctly deal with escaped quotation marks contrary to #9. It changes behavior a little, in that errors will be raised on incorrect content where previously such content would be ignored.