diff -r 000000000000 -r b1a7da25b547 test/script/basic/funcconstructor.js.EXPECTED --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/script/basic/funcconstructor.js.EXPECTED Wed Apr 27 01:36:41 2016 +0800 @@ -0,0 +1,10 @@ +anon func +225 +function (x) { +print('anon func'); return x*x; +} +syntax error? true +SyntaxError: :1:13 Missing close quote +print('hello) + ^ +done