mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Filter test: typo fix
This commit is contained in:
@ -437,7 +437,7 @@ string st;
|
||||
print "1.2.3.4 = ", onetwo;
|
||||
|
||||
i = 4200000000;
|
||||
print "4200000000 = ", i, " false: ", i = 4200000000, " ", i > 4100000000, " false: ", i > 4250000000;
|
||||
print "4200000000 = ", i, " true: ", i = 4200000000, " ", i > 4100000000, " false: ", i > 4250000000;
|
||||
|
||||
test_undef(2);
|
||||
test_undef(3);
|
||||
|
Reference in New Issue
Block a user