summaryrefslogtreecommitdiffstats
path: root/debian/perl-framework/t/htdocs/modules/include/if4.shtml
blob: edac7172872fa6b6bb5d381af6e7fee43cbfa53c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!--#if expr="\"1\" = \"1\""-->
pass
<!--#elif expr="\"1\" = \"2\""-->
fail
<!--#endif -->
<!--#if expr="\"1\" = \"2\""-->
fail
<!--#elif expr="\"3\" = \"3\""-->
pass
<!--#endif -->
<!--#if expr="\"1\" = \"2\""-->
fail
<!--#elif expr="\"1\" = \"3\""-->
fail
<!--#endif -->