-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 10.10-HF51, 11.5, 2021.7
-
Component/s: Runtime
-
Team:FG
-
Story Points:1
When doing a text expanding of default values, behavior is incorrect if for other reasons there is another closing brace further in the line (typically for another variable replacement).
This:
${foo:=deffoo} bar}
Should be expanded into:
deffoo bar}
But is currently incorrectly expanded into:
deffoo} bar