test/script/basic/NASHORN-737.js

changeset 551
917b16e509bd
parent 7
5a1b0714df0e
child 952
6d5471a497fb
child 962
ac62e33a99b0
     1.1 --- a/test/script/basic/NASHORN-737.js	Thu Sep 12 17:13:59 2013 +0200
     1.2 +++ b/test/script/basic/NASHORN-737.js	Thu Sep 12 22:16:40 2013 +0530
     1.3 @@ -30,4 +30,4 @@
     1.4  
     1.5  load("nashorn:parser.js");
     1.6  var ast = parse("label: while(true) break label;");
     1.7 -print(JSON.stringify(ast));
     1.8 +print(JSON.stringify(ast, null, "    "));

mercurial