pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2003-02-19
2003-02-19 00:52:33 by Marcus Comstedt <marcus@mc.pp.se>
209e17ae4c25564998bfd9ada0b666309255d941 (
7
lines) (+
6
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Test wide characters in sscanf sets.
Rev: src/testsuite.in:1.604
1:
-
test_true([["$Id: testsuite.in,v 1.
603
2003/02/
13
18
:
21
:
56
mast
Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
604
2003/02/
19
00
:
52
:
33
marcus
Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]])
5389:
test_equal([[ array_sscanf("hej","%s%n") ]], [[ ({ "hej", 3 }) ]]) test_eval_error([[ function f=array_sscanf; f("hej","%s% ") ]])
+
test_equal([[ array_sscanf("\x304b\x3066\x3044\x308a\x3087\x3046\x308a", "%[^\x3042\x3044\x3046\x3048\x304a]") ]],
+
[[ "\x304b\x3066" ]])
+
+
test_any([[ class Bar { string sum = "";