pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2011-09-12
2011-09-12 15:37:47 by Henrik Grubbström (Grubba) <grubba@grubba.org>
6bf0fa09229c412e2abbb1b1894271f946915d33 (
8
lines) (+
8
/-
0
)
[
Show
|
Annotate
]
Branch:
7.9
Testsuite: Added test for [bug
6065 (#6065)
] (caused by the fix for [bug
6063 (#6063)
]).
458:
return ({ B(), C(), D() })->q() * ""; ]], "sss")
+
test_any([[
+
// bug 6065
+
class A(string s) {};
+
class B(string s) { inherit A; };
+
return B("foo")->s;
+
]], "foo")
+
dnl bug in for loop optimization in combination with += test_any([[