pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2011-05-17
2011-05-17 11:14:44 by Henrik Grubbström (Grubba) <grubba@grubba.org>
10c0aa1a09530e4dd8acb62e6c58fb83c9175b2b (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Testsuite: Fixed test failure due to new warning.
7269:
test_eq([[ sprintf("%08x", @array_sscanf("\0\0\0\5\1\2\3\4", "%8c")) ]], "501020304") test_eq([[ sprintf("%08x", @array_sscanf("\0\0\6\5\1\2\3\4", "%8c")) ]], "60501020304") test_eq([[ sprintf("%08x", @array_sscanf("\0\7\6\5\1\2\3\4", "%8c")) ]], "7060501020304")
-
test_eq([[ sprintf("%08x", @array_sscanf("
\8\7\6\5\1\2\3\4
", "%8c")) ]], "3807060501020304")
+
test_eq([[ sprintf("%08x", @array_sscanf("
8\7\6\5\1\2\3\4
", "%8c")) ]], "3807060501020304")
test_eq([[ sprintf("%08x", @array_sscanf("\010\7\6\5\1\2\3\4", "%8c")) ]], "807060501020304") test_equal([[ ({ 118 }) ]], [[ array_sscanf("0x76", "%x") ]])