pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2002-11-14
2002-11-14 18:17:28 by Henrik Grubbström (Grubba) <grubba@grubba.org>
ae0ac11447c737d603391ef783dfd24ed133f83a (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added FIXME.
Rev: src/testsuite.in:1.563
1:
-
test_true([["$Id: testsuite.in,v 1.
562
2002/11/14 18:
09
:
20
grubba Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
563
2002/11/14 18:
17
:
28
grubba Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]])
97:
return Y()->Ack(2,2); ]],7)
+
dnl FIXME: Add test that local and local:: in combination
+
dnl with recursion works correctly.
+
test_eval_error([[mixed x; return mkmapping(x,x)]]); test_eval_error([[class Foo {