summaryrefslogtreecommitdiffstats
path: root/filter/test.conf
diff options
context:
space:
mode:
Diffstat (limited to 'filter/test.conf')
-rw-r--r--filter/test.conf9
1 files changed, 8 insertions, 1 deletions
diff --git a/filter/test.conf b/filter/test.conf
index 9e6e31d..f1b3b66 100644
--- a/filter/test.conf
+++ b/filter/test.conf
@@ -46,6 +46,7 @@ clist l;
p2 = prepend( p2, 5 );
print "Should be false: ", p2 ~ p;
print "Should be true: ", p2 ~ / * 4 3 2 1 /, p2, / * 4 3 2 1 /;
+ print "Should be true: ", p2 ~ / * 4 3 * 1 /, p2, / * 4 3 * 1 /;
print "5 = ", p2.len;
l = - empty -;
@@ -58,7 +59,13 @@ clist l;
print "Should be false: ", (2,3) ~ l;
}
-function startup()
+function bla()
+{
+ print "fifteen called";
+ return 15;
+}
+
+function __startup()
int i;
prefix px;
ip p;