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

Function empty_parameter

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

Source from the content-addressed store, hash-verified

148
149 #[test]
150 fn empty_parameter() {
151 let mut parser = Statement::new().unwrap();
152 let result = parser.parse_and_execute("[concat('abc', , 'def')]", &Context::new());
153 assert!(result.is_err());
154 }
155}

Callers

nothing calls this directly

Calls 2

parse_and_executeMethod · 0.80
newFunction · 0.50

Tested by

no test coverage detected