test/script/basic/JDK-8011714.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 0
b1a7da25b547
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 true
     2 true
     3 true
     4 8
     5 null
     6 8
     7 '1
     8 1
     9 '
    10 true
    11 true
    12 true
    13 abcdd,a,b,c,d
    14 abcddx,a,b,c,d
    15 null
    16 abcd',a,b,c,d
    17 abcd'xyz,a,b,c,d
    18 abcd',a,b,c,d
    19 abcd'xyz,a,b,c,d
    20 abcd8,a,b,c,d
    21 abcd8xyz,a,b,c,d
    22 abcd,a,b,c,d
    23 abcdxyz,a,b,c,d
    24 abcd84,a,b,c,d
    25 abcd84xyz,a,b,c,d
    26 abcd8,a,b,c,d
    27 abcd8xyz,a,b,c,d

mercurial