pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
1997-10-07
1997-10-07 11:45:44 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
2c24a615cb7c0bae68289c3c6331df0e7fe6df46 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
another test
Rev: src/testsuite.in:1.58
1:
-
test_true([["$Id: testsuite.in,v 1.
57
1997/10/
03
03
:
42
:
15
hubbe Exp $"]])
+
test_true([["$Id: testsuite.in,v 1.
58
1997/10/
07
11
:
45
:
44
hubbe Exp $"]])
test_eq(1e1,10.0) test_eq(1E1,10.0) test_eq(1e+1,10.0)
11:
test_eval_error(class { static int foo=17; }()->foo=18;) test_equal( [[ ({ (["foo":"bar"]), (<"foo">), ([]) })->foo ]], [[ ({"bar",1,0}) ]]) test_any([[mixed a=({([]),0}); a[1]=a; return a->foo[0];]],0)
+
test_eval_error([[return column(({0}),"foo");]])
test_any([[ class p1 { int foo() { return 1; }};