Files
yaak/plugins/importer-curl/tests
Gregory Schier 3259071f7e Skip splitting on escaped semicolons in splitCommands
A backslash-escaped semicolon (\;) outside quotes is a literal
character in shell syntax, not a command separator. Reuse the
existing isEscaped() helper to check delimiter parity.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 08:01:26 -08:00
..