test/script/error/object_literal_in_new_nse.js.EXPECTED

Fri, 22 Dec 2017 13:48:38 -0800

author
asaha
date
Fri, 22 Dec 2017 13:48:38 -0800
changeset 2298
d06ad01972dc
parent 1404
271aceb4b3f0
permissions
-rw-r--r--

Merge

     1 test/script/error/object_literal_in_new_nse.js:31:33 Expected ; but found {
     2 var r = new java.lang.Runnable() {
     3                                  ^
     4 test/script/error/object_literal_in_new_nse.js:32:15 Expected ident but found (
     5   run: function() { print("hello"); }
     6                ^
     7 test/script/error/object_literal_in_new_nse.js:32:36 Expected eof but found }
     8   run: function() { print("hello"); }
     9                                     ^

mercurial