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

Function empty_string_is_ok

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

Source from the content-addressed store, hash-verified

496
497 #[test]
498 fn empty_string_is_ok() {
499 let code = r#"
500 "#;
501 let result = parse_text_to_map(code);
502 assert!(result.is_ok());
503 }
504
505 #[test]
506 fn keyword_with_operator_variations() {

Callers

nothing calls this directly

Calls 1

parse_text_to_mapFunction · 0.85

Tested by

no test coverage detected