diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2010-04-09 17:42:39 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2010-04-09 17:42:39 +0200 |
commit | d759c1a6f834cd8a8a7c264d159b9ceb246aec2a (patch) | |
tree | c0d0300f6f945bc78a3d644980c278dbc5733f8b /filter | |
parent | de14a7c7aa9225cbc9f837fac9e332a99a99ed69 (diff) | |
download | bird-d759c1a6f834cd8a8a7c264d159b9ceb246aec2a.tar bird-d759c1a6f834cd8a8a7c264d159b9ceb246aec2a.zip |
NEWS and version update.
Diffstat (limited to 'filter')
-rw-r--r-- | filter/test.conf | 2 |
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; |