// Integration tests for the SSH config parser are located alongside the
// implementation in `src/config/ssh_config.rs` (the `#[cfg(test)]` block).
//// This file is intentionally minimal: the parser's unit tests live in the
// module itself and cover the parsing logic directly.