test/script/basic/NASHORN-136.js.EXPECTED

Thu, 17 Oct 2013 12:38:50 +0200

author
attila
date
Thu, 17 Oct 2013 12:38:50 +0200
changeset 632
b01a10c7c7c2
parent 0
b1a7da25b547
permissions
-rw-r--r--

8026161: Don't narrow floating-point literals in the lexer
Reviewed-by: hannesw, jlaskey

     1 obj1.valueOf
     2 obj1 is 1
     3 obj1.valueOf
     4 11
     5 obj2.valueOf
     6 obj2 is 2
     7 obj2.valueOf
     8 24
     9 obj1.valueOf
    10 obj2.valueOf
    11 3
    12 obj3.toString
    13 world12
    14 obj3.toString
    15 hello world
    16 obj1.valueOf
    17 obj3.toString
    18 1world
    19 obj2.valueOf
    20 obj3.toString
    21 2world
    22 obj3.toString
    23 obj3.toString
    24 worldworld

mercurial