pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2000-08-13
2000-08-13 19:37:46 by Henrik Grubbström (Grubba) <grubba@grubba.org>
035b2d4865f180cdba26f2d648ad1fc5e6657be7 (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added test for the bug in sscanf.
Rev: src/testsuite.in:1.318
1:
-
test_true([["$Id: testsuite.in,v 1.
317
2000/08/
07
03
:
01
:
23
hubbe
Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
318
2000/08/
13
19
:
37
:
46
grubba
Exp $"]]);
cond([[all_constants()->_verify_internals]], [[
3131:
test_equal([[ array_sscanf("02 00 DC 00 0B","%{%x%*[\0-/:-@]%}")[0] ]], [[ ({ ({2}), ({0}), ({220}),({0}), ({11}) }) ]])
+
test_equal([[ array_sscanf("\51726\30212\66610\30131", "%*[ \t]%s")[0] ]],
+
[[ ({ "\51726\30212\66610\30131" }) ]])
+
test_any([[ class Bar { string sum = "";