mozilla / mozjexl

Javascript Expression Language: Powerful context-based expression parser and evaluator
Other
52 stars 5 forks source link

Fix issue with escaped quotes at the end of string #23

Closed rehandalal closed 5 years ago

rehandalal commented 5 years ago

When an escaped quote was at the end of a string it was incorrectly matched.

r?