summaryrefslogtreecommitdiffstats
path: root/filter
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2010-04-09 17:42:39 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2010-04-09 17:42:39 +0200
commitd759c1a6f834cd8a8a7c264d159b9ceb246aec2a (patch)
treec0d0300f6f945bc78a3d644980c278dbc5733f8b /filter
parentde14a7c7aa9225cbc9f837fac9e332a99a99ed69 (diff)
downloadbird-d759c1a6f834cd8a8a7c264d159b9ceb246aec2a.tar
bird-d759c1a6f834cd8a8a7c264d159b9ceb246aec2a.zip
NEWS and version update.
Diffstat (limited to 'filter')
-rw-r--r--filter/test.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/test.conf b/filter/test.conf
index 0483c3d..aca049c 100644
--- a/filter/test.conf
+++ b/filter/test.conf
@@ -75,7 +75,7 @@ clist l;
p2 = prepend( p2, 1 );
print "Should be true: ", p2 ~ pm1, " ", p2, " ", pm1;
-# l = - empty -;
+ l = - empty -;
l = add( l, (1,2) );
l = add( l, (2,3) );
print "Community list (1,2) (2,3) ", l;