pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2001-11-27
2001-11-27 20:41:32 by Martin Stjernholm <mast@lysator.liu.se>
8e5b45cf9daf43f573ff3a970cd0f3430622edd1 (
10
lines) (+
9
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added test case for scope pointer bug.
Rev: src/testsuite.in:1.472
1:
-
test_true([["$Id: testsuite.in,v 1.
471
2001/11/
10
19
:
33
:
15
mast Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
472
2001/11/
27
20
:
41
:
32
mast Exp $"]]);
cond([[all_constants()->_verify_internals]], [[
997:
]]) test_any([[
+
int var;
+
void x() {var++;};
+
lambda () {x();}();
+
return var;
+
]], 1);
+
+
test_any([[
Stdio.write_file("testsuite_test.pmod", #" // this crashes Pike /Mirar 2001-05-19