⚠️ Fix string and block string matches eagerly matching past the end boundary of strings and ignoring escaped closing characters. In certain cases, """ and " boundaries would be skipped if any other string boundary follows in the input document
Submitted by @kitten (See #17)
⚠️ Fix browser quirk occurring in Safari 10–13 causing sticky regular expressions in the parser to match when they shouldn't / match too eagerly
Submitted by @kitten (See #15)