()
| 436 | |
| 437 | #[test] |
| 438 | fn subsystem_name_only_should_error() { |
| 439 | let input = "subsystem sftp\n"; |
| 440 | let result = parse_text_to_map(input); |
| 441 | assert!(result.is_err()); |
| 442 | } |
| 443 | |
| 444 | #[test] |
| 445 | fn subsystem_with_operator_should_error() { |
nothing calls this directly
no test coverage detected