summaryrefslogtreecommitdiffstats
path: root/debian/perl-framework/t/htdocs/modules/include/if2.shtml
blob: 27fbff7437ec8d50394a20ce4f40cc4a96784b0f (plain)
1
2
3
4
5
6
7
8
9
10
<!--#if expr="\"1\" = \"1\""-->
pass
<!--#else -->
fail
<!--#endif -->
<!--#if expr="\"1\" = \"2\""-->
fail
<!--#else -->
pass
<!--#endif -->