test/script/basic/eval.js.EXPECTED

Fri, 21 Mar 2014 20:24:01 +0530

author
sundar
date
Fri, 21 Mar 2014 20:24:01 +0530
changeset 772
c1f528e1d2f2
parent 606
7cc5ff16380f
child 952
6d5471a497fb
permissions
-rw-r--r--

8037562: Nashorn: JSON.parse comes up with nonexistent entries if there are gaps between the keys
Reviewed-by: jlaskey, hannesw

     1 eval.length 1
     2 100
     3 1100
     4 200
     5 2200
     6 100
     7 2200
     8 300
     9 3300
    10 100
    11 3300
    12 is syntax error? true
    13 SyntaxError:69:Missing close quote
    14 print('hello)
    15              ^

mercurial