Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jun 02:40
· 18 commits to main since this release
80ef05b

Patch Changes

  • ⚠️ 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)