Open cshawaus opened 3 years ago
Current Behavior Template strings such as ${value ? value : otherValue} are not been evaluated which results in the raw template been returned instead of the parsed value.
${value ? value : otherValue}
Expected behaviour/code All template strings are correctly parsed.
Environment
Current Behavior Template strings such as
${value ? value : otherValue}
are not been evaluated which results in the raw template been returned instead of the parsed value.Expected behaviour/code All template strings are correctly parsed.
Environment