summaryrefslogtreecommitdiffstats
path: root/debian/perl-framework/t/htdocs/modules/include/if10.shtml
blob: 4897e44ce284fa59e4258f49150ac62442a1d024 (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-->