On Tue Aug 15 23:20:11 2023 +0000, Zebediah Figura wrote:
Right, but you'll notice that regular expression simply refuses to parse, say, "a"b", or even "a\nb". For # line directives I think that's actually correct, but it's probably wrong for string literals.
OH, I read `[^"]` as escaping the inner quotation mark. Good catch.