pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2002-03-13
2002-03-13 15:05:44 by Henrik Grubbström (Grubba) <grubba@grubba.org>
51962b954a4f0b84b6e9b2a857d5c94d797ff0bd (
9
lines) (+
8
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added test of [bug
2845 (#2845)
].
Rev: src/testsuite.in:1.490
1:
-
test_true([["$Id: testsuite.in,v 1.
489
2002/03/
08
18
:
54
:44 grubba Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
490
2002/03/
13
15
:
05
:44 grubba Exp $"]]);
cond([[all_constants()->_verify_internals]], [[
447:
]], 1); test_any( [[
+
// bug [2845] ------------------------------------------------------------
+
// http://community/crunch/show_bug.cgi?id=2845
+
return !catch{ String.Buffer()->add("x",0); };
+
]], 0)
+
+
test_any( [[
// bug [2830] ------------------------------------------------------------ // http://community/crunch/show_bug.cgi?id=2830 class User{};