MCPcopy Index your code
hub / github.com/PowerShell/DSC / missing_endquote_string_parameter

Function missing_endquote_string_parameter

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

Source from the content-addressed store, hash-verified

141
142 #[test]
143 fn missing_endquote_string_parameter() {
144 let mut parser = Statement::new().unwrap();
145 let result = parser.parse_and_execute("[concat('abc)]", &Context::new());
146 assert!(result.is_err());
147 }
148
149 #[test]
150 fn empty_parameter() {

Callers

nothing calls this directly

Calls 2

parse_and_executeMethod · 0.80
newFunction · 0.50

Tested by

no test coverage detected