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