test/script/basic/eval.js.EXPECTED

Thu, 05 Feb 2015 14:47:28 +0100

author
hannesw
date
Thu, 05 Feb 2015 14:47:28 +0100
changeset 1229
f8da39d33117
parent 606
7cc5ff16380f
child 952
6d5471a497fb
permissions
-rw-r--r--

8068872: Nashorn JSON.parse drops numeric keys
Reviewed-by: attila, lagergren

     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