Filter test: typo fix
This commit is contained in:
parent
d9573a40ec
commit
9ba4b4a63d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue