11 lines
206 B
Text
11 lines
206 B
Text
<!--#set var="x" value="foo bar"-->
|
|
<!--#if expr="$x = /^foo/ && $x = /bar$/" -->
|
|
pass
|
|
<!--#else-->
|
|
fail
|
|
<!--#endif-->
|
|
<!--#if expr="($x = /^foo/) && ($x = /bar$/)" -->
|
|
pass
|
|
<!--#else-->
|
|
fail
|
|
<!--#endif-->
|