Branch: Tag:

2001-03-20

2001-03-20 12:48:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

More tests.

Rev: src/testsuite.in:1.396

1: - test_true([["$Id: testsuite.in,v 1.395 2001/03/17 06:25:58 hubbe Exp $"]]); + test_true([["$Id: testsuite.in,v 1.396 2001/03/20 12:48:23 grubba Exp $"]]);      cond([[all_constants()->_verify_internals]],   [[
1584:    return x;   ]], 11)    + test_any([[ +  int x; +  for(int i=5; i < 10; i++) x++; +  return x; + ]], 5) +    test_true([[lambda(function f) {return 1;}(object_program(this_object()));]])   test_eq([[class c { int `()(){ return 4711; } }()(); ]],4711)   teste_eval_error(mixed foo=({}); sort(@foo); )