pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2019-11-20
2019-11-20 10:48:39 by Martin Nilsson <nilsson@fastmail.com>
a6e492186d344c4750ce9721ca35ec36af3326b0 (
13
lines) (+
12
/-
1
)
[
Show
|
Annotate
]
Branch:
master
Added testcase that segfaults on windows.
8164:
test_equal([[array_sscanf("foo \12345 bar <fie>","%[^<]")]], [[ ({"foo \12345 bar " }) ]])
+
test_eval_error([[
+
// Crash bug on Windows
+
object p = Parser.HTML();
+
p->add_tag("x", lambda(object p, mapping m, string h)
+
{
+
sscanf(h, "%s.js", h);
+
});
+
p->finish("<x/>");
+
]])
+
test_equal(471100000000000000000000000000000000000000000000042, (int)(mixed)471100000000000000000000000000000000000000000000042) test_eq(6745697846498645967,