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

Function bracket_string

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

Source from the content-addressed store, hash-verified

113
114 #[test]
115 fn bracket_string() {
116 let mut parser = Statement::new().unwrap();
117 let result = parser.parse_and_execute("[[this is a string]", &Context::new()).unwrap();
118 assert_eq!(result, "[this is a string]");
119 }
120
121 #[test]
122 fn bracket_in_string() {

Callers

nothing calls this directly

Calls 2

parse_and_executeMethod · 0.80
newFunction · 0.50

Tested by

no test coverage detected