blob: 9a530ce2dc36cc1e6783b7d3a8f94f00c10953e0 [file] [log] [blame]
This page checks the stop directive inside an if statement
#if(false)
#stop
#end
this should render
#if(true)
#stop
#end
this should not render
check reference
#set($a = 10)
$a
check method call
$a.toString()
check escaped directive
\#if
check escaped reference
\$a