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

Function subsystem_with_operator_should_error

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

parse_text_to_mapFunction · 0.85

Tested by

no test coverage detected