summaryrefslogtreecommitdiffstats
path: root/debian/perl-framework/t/htdocs/modules/include/apexpr/if1.shtml
blob: ec9c855da2a3044dafc3a40ebc8928de3094efca (plain)
1
2
3
4
5
6
<!--#if expr="'ab' -strmatch 'a*'"-->
pass
<!--#endif -->
<!--#if expr="'ab' -strmatch 'b*'"-->
fail
<!--#endif -->