Skip to content
Snippets Groups Projects
Commit 2c24a615 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

another test

Rev: src/testsuite.in:1.58
parent 9dd1f9ec
No related branches found
No related tags found
No related merge requests found
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(1E1,10.0) test_eq(1E1,10.0)
test_eq(1e+1,10.0) test_eq(1e+1,10.0)
...@@ -11,6 +11,7 @@ test_eq(class { static int foo=17; }()->foo,0) ...@@ -11,6 +11,7 @@ test_eq(class { static int foo=17; }()->foo,0)
test_eval_error(class { static int foo=17; }()->foo=18;) test_eval_error(class { static int foo=17; }()->foo=18;)
test_equal( [[ ({ (["foo":"bar"]), (<"foo">), ([]) })->foo ]], [[ ({"bar",1,0}) ]]) test_equal( [[ ({ (["foo":"bar"]), (<"foo">), ([]) })->foo ]], [[ ({"bar",1,0}) ]])
test_any([[mixed a=({([]),0}); a[1]=a; return a->foo[0];]],0) test_any([[mixed a=({([]),0}); a[1]=a; return a->foo[0];]],0)
test_eval_error([[return column(({0}),"foo");]])
test_any([[ test_any([[
class p1 { int foo() { return 1; }}; class p1 { int foo() { return 1; }};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment