Adding debian version 2.4.63-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
7263481e48
commit
f56986e2d9
1490 changed files with 80785 additions and 0 deletions
3
debian/perl-framework/t/htdocs/modules/include/apexpr/err.shtml
vendored
Normal file
3
debian/perl-framework/t/htdocs/modules/include/apexpr/err.shtml
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
<!--#if expr="1 = 2 = 3" -->
|
||||
<!--#include virtual="../echo.shtml" -->
|
||||
<!--#endif -->
|
6
debian/perl-framework/t/htdocs/modules/include/apexpr/if1.shtml
vendored
Normal file
6
debian/perl-framework/t/htdocs/modules/include/apexpr/if1.shtml
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<!--#if expr="'ab' -strmatch 'a*'"-->
|
||||
pass
|
||||
<!--#endif -->
|
||||
<!--#if expr="'ab' -strmatch 'b*'"-->
|
||||
fail
|
||||
<!--#endif -->
|
5
debian/perl-framework/t/htdocs/modules/include/apexpr/lazyvar.shtml
vendored
Normal file
5
debian/perl-framework/t/htdocs/modules/include/apexpr/lazyvar.shtml
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
<!--#if expr="v('DATE_LOCAL') =~ /[0-9]/" -->
|
||||
pass
|
||||
<!--#else-->
|
||||
fail
|
||||
<!--#endif-->
|
3
debian/perl-framework/t/htdocs/modules/include/apexpr/restrict.shtml
vendored
Normal file
3
debian/perl-framework/t/htdocs/modules/include/apexpr/restrict.shtml
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
<!--#if expr="-e '/etc/passwd'" -->
|
||||
<!--#include virtual="../echo.shtml" -->
|
||||
<!--#endif -->
|
16
debian/perl-framework/t/htdocs/modules/include/apexpr/var.shtml
vendored
Normal file
16
debian/perl-framework/t/htdocs/modules/include/apexpr/var.shtml
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
<!--#set var="x" value="foo bar"-->
|
||||
<!--#if expr="reqenv('x') =~ /^foo/ && reqenv('x') =~ /bar$/" -->
|
||||
pass
|
||||
<!--#else-->
|
||||
fail
|
||||
<!--#endif-->
|
||||
<!--#if expr="env('x') =~ /^foo/ && v('x') =~ /bar$/" -->
|
||||
pass
|
||||
<!--#else-->
|
||||
fail
|
||||
<!--#endif-->
|
||||
<!--#if expr="note('x') =~ /^foo/" -->
|
||||
fail
|
||||
<!--#else-->
|
||||
pass
|
||||
<!--#endif-->
|
Loading…
Add table
Add a link
Reference in a new issue