blob: 588d7b2f6d124c146d3b754f7dafcab5565fbe0c [file] [log] [blame]
Before if block.
<!--#set var="test" value="unquoted multi-word value" -->
<!--#if expr="\"$test\" = unquoted multi-word value" -->
test = "unquoted multi-word value"
<!--#else -->
test = not "unquoted multi-word value"
<!--#endif -->
After if block.