Closed RickieL closed 1 year ago
No need special treatment for variable ${} , because any expression with "{" should be enclosed in single or double quotes.
So, we just need to substitute { and } in single or double quotes.
{
}
Can you verify that the current version (1.2.2) works OK?
No need special treatment for variable ${} , because any expression with "{" should be enclosed in single or double quotes.
So, we just need to substitute
{
and}
in single or double quotes.