pike.git / src / testsuite.in

version» Context lines:

pike.git/src/testsuite.in:529:   ]], [[ "function(string : string)" ]])      // Test implicit lambda.   test_eq([[    `()(){ return 1; }   ]], 1)      // Argument checking      // Test new_check_call. - test_eq([[ + test_any([[    constant foo = 5;       // Test that it survives a F_ARG_LIST with CAR == CDR.    return foo%foo;   ]], 0)      // Test get_all_args.   test_eval_error([[    // A trick to get some svalues to freed refcounted stuff on the stack.    lambda (mixed a, mixed b, mixed c) {} (({time()}), ({time()}), ({time()}));