mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-01 07:03:04 +02:00
The closing-quote detection only checked the immediately preceding character for a backslash, which mis-parsed sequences like "\\\\" where even backslashes escape each other. Count consecutive backslashes (odd = escaped, even = real closing quote) instead. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>