test/script/basic/JDK-8007619.js.EXPECTED

Thu, 16 Jan 2014 22:50:53 +0530

author
sundar
date
Thu, 16 Jan 2014 22:50:53 +0530
changeset 759
33a61e7f43e6
parent 0
b1a7da25b547
permissions
-rw-r--r--

8032004: instance property "message" of Error objects should be non-enumerable
Reviewed-by: hannesw, jlaskey

     1 Match = foo@acme.com,foo,acme,com
     2 RegExp.lastMatch = foo@acme.com
     3 RegExp.$1 = foo
     4 RegExp.$2 = acme
     5 RegExp.$3 = com
     6 RegExp.lastParen = com
     7 RegExp.input = Please send mail to foo@acme.com and bar@gov.in ASAP!
     8 Match = bar@gov.in,bar,gov,in
     9 RegExp.lastMatch = bar@gov.in
    10 RegExp.$1 = bar
    11 RegExp.$2 = gov
    12 RegExp.$3 = in
    13 RegExp.lastParen = in
    14 RegExp.input = Please send mail to foo@acme.com and bar@gov.in ASAP!

mercurial