MCPcopy Create free account
hub / github.com/PowerShell/DSC / subsystem_name_only_should_error

Function subsystem_name_only_should_error

resources/sshdconfig/src/parser.rs:438–442  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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() {

Callers

nothing calls this directly

Calls 1

parse_text_to_mapFunction · 0.85

Tested by

no test coverage detected