test/script/basic/splitter.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
child 992
7caec82669a4
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 parsed and compiled ok prototype.js
     2 parsed and compiled ok yui-min.js
     3 parsed and compiled ok yui.js
     4 a=10
     5 a=9
     6 a=8
     7 a=7
     8 a=6
     9 a=5
    10 a=4
    11 a=3
    12 a=2
    13 a=1
    14 a=0
    15 10
    16 a=0
    17 a=1
    18 a=2
    19 a=3
    20 a=4
    21 a=5
    22 a=6
    23 a=7
    24 a=8
    25 a=9
    26 a=10
    27 ok
    28 a=0
    29 a=1
    30 a=2
    31 a=3
    32 a=4
    33 a=5
    34 a=6
    35 a=7
    36 a=8
    37 a=9
    38 a=10
    39 done
    40 no arg
    41 x=0
    42 x=1
    43 x=2
    44 x=3
    45 x=4
    46 x=5
    47 x=6
    48 x=7
    49 x=8
    50 x=9
    51 x=10
    52 ok
    53 done
    54 try
    55 finally
    56 3
    57 try
    58 finally
    59 2
    60 3
    61 1
    62 2
    63 3
    64 4
    65 5
    66 5
    67 6
    68 6
    69 1
    70 2
    71 3
    72 4
    73 6
    74 Error: testing
    75 finally
    76 SUCCESS

mercurial