reclass icon indicating copy to clipboard operation
reclass copied to clipboard

Unescape reference names during interpolation/resolution

Open madduck opened this issue 8 years ago • 0 comments

Reclass uses the syntax ${foo:bar} to access the parameter foo[bar]. This means that parameter names including ':' needed it to be escaped, but for that to work, the name needs to be unescaped again before being lookup up. Which is what this patch does.

Signed-off-by: martin f. krafft [email protected]

madduck avatar Sep 28 '17 12:09 madduck