Sign in
apache
/
httpd-tests
/
refs/heads/trunk
/
.
/
t
/
htdocs
/
modules
/
include
/
if9.shtml
blob: 1982ba248c0feb0e63fd8cadd8f8d73bd9c8290e [
file
]
<!--#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-->