mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-21 00:49:45 +01:00
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>