diff options
Diffstat (limited to 'debian/perl-framework/t/htdocs/modules/include/if1.shtml')
-rw-r--r-- | debian/perl-framework/t/htdocs/modules/include/if1.shtml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/perl-framework/t/htdocs/modules/include/if1.shtml b/debian/perl-framework/t/htdocs/modules/include/if1.shtml new file mode 100644 index 0000000..182e97a --- /dev/null +++ b/debian/perl-framework/t/htdocs/modules/include/if1.shtml @@ -0,0 +1,6 @@ +<!--#if expr="\"1\" = \"1\""--> +pass +<!--#endif --> +<!--#if expr="\"1\" = \"2\""--> +fail +<!--#endif --> |