trevordevore / levure

Application development framework for LiveCode
MIT License
32 stars 14 forks source link

Fix YAML single quoted string truncation at `#` #163

Closed montegoulding closed 3 years ago

montegoulding commented 3 years ago

This patch fixes the truncation of single quoted strings at the comment char. For example the following string 'bar#baz' was being truncated at # because __unquotedCharOffset was not checking for single quoted strings.

Closes #162