test/script/basic/funcconstructor.js.EXPECTED

changeset 0
b1a7da25b547
child 952
6d5471a497fb
equal deleted inserted replaced
-1:000000000000 0:b1a7da25b547
1 anon func
2 225
3 function (x) {
4 print('anon func'); return x*x;
5 }
6 syntax error? true
7 SyntaxError: <function>:1:13 Missing close quote
8 print('hello)
9 ^
10 done

mercurial