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

Function nonquoted_string_parameter

lib/dsc-lib/src/parser/mod.rs:136–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134
135 #[test]
136 fn nonquoted_string_parameter() {
137 let mut parser = Statement::new().unwrap();
138 let result = parser.parse_and_execute("[concat(abc)]", &Context::new());
139 assert!(result.is_err());
140 }
141
142 #[test]
143 fn missing_endquote_string_parameter() {

Callers

nothing calls this directly

Calls 2

parse_and_executeMethod · 0.80
newFunction · 0.50

Tested by

no test coverage detected