| 1 | import { findUnterminatedQuote, parseCommand } from "../parse-command" |
| 2 | |
| 3 | // Toggle that lets a single test force shell-quote's parse() to throw so the |
| 4 | // parser's fallback branch can be exercised deterministically. |
nothing calls this directly
no test coverage detected