Files
yaak/plugins/importer-curl/tests
Gregory Schier 3190de289d Fix backslash escape counting in splitCommands quote detection
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>
2026-02-09 07:46:11 -08:00
..