()
| 443 | |
| 444 | #[test] |
| 445 | fn subsystem_with_operator_should_error() { |
| 446 | let input = "subsystem +sftp /usr/bin/sftp\n"; |
| 447 | let result = parse_text_to_map(input); |
| 448 | assert!(result.is_err()); |
| 449 | } |
| 450 | |
| 451 | #[test] |
| 452 | fn multiarg_string_keyword() { |
nothing calls this directly
no test coverage detected