pike.git
/
src
/
testsuite.in
version
»
Context lines:
10
20
40
80
file
none
3
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()}));