test/script/basic/eval.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 606
7cc5ff16380f
child 952
6d5471a497fb
permissions
-rw-r--r--

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

     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