test/script/basic/funcconstructor.js.EXPECTED

changeset 0
b1a7da25b547
child 952
6d5471a497fb
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/script/basic/funcconstructor.js.EXPECTED	Wed Apr 27 01:36:41 2016 +0800
     1.3 @@ -0,0 +1,10 @@
     1.4 +anon func
     1.5 +225
     1.6 +function (x) {
     1.7 +print('anon func'); return x*x;
     1.8 +}
     1.9 +syntax error? true
    1.10 +SyntaxError: <function>:1:13 Missing close quote
    1.11 +print('hello)
    1.12 +             ^
    1.13 +done

mercurial