jfernandz / pyst2

A fork of the famous python pyst library for Asterisk.
139 stars 105 forks source link

Fix escaping double-quote #67

Open brenard opened 2 months ago

brenard commented 2 months ago

When escaping string, we have to escape double-quote by adding a backslash before them.

brenard commented 1 month ago

Do you think this correction can be included or is it better if I fork?