+5
.changeset/loud-countries-mix.md
+5
.changeset/loud-countries-mix.md
···+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.
+24
src/__tests__/parser.test.ts
+24
src/__tests__/parser.test.ts
······
+2
-2
src/parser.ts
+2
-2
src/parser.ts
···