Skip to content

fix: no longer lose \n within quoted strings

9bdd24ca addressed a problem where line number tracking was not working across new line characters embedded within quoted strings. However it accidentally unmasked another bug involving a parsing rule that swallowed new lines which was incorrectly enabled within quoted strings. Fixes #1931 (closed).

CC @robhart

Merge request reports