From 2bd2de0188f6a0c1c9482cfc15e35c2b1b81c81a Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Mon, 17 Apr 2000 11:49:21 +0000 Subject: pair ~ community list matching works. --- filter/test.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'filter/test.conf') diff --git a/filter/test.conf b/filter/test.conf index f266828..9e6e31d 100644 --- a/filter/test.conf +++ b/filter/test.conf @@ -52,8 +52,10 @@ clist l; l = add( l, (1,2) ); l = add( l, (2,3) ); print "Community list (1,2) (2,3) ", l; + print "Should be true: ", (2,3) ~ l; l = delete( l, (2,3) ); print "Community list (1,2) ", l; + print "Should be false: ", (2,3) ~ l; } function startup() -- cgit v1.2.3