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

changeset 0
b1a7da25b547
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/script/basic/JDK-8007619.js.EXPECTED	Wed Apr 27 01:36:41 2016 +0800
     1.3 @@ -0,0 +1,14 @@
     1.4 +Match = foo@acme.com,foo,acme,com
     1.5 +RegExp.lastMatch = foo@acme.com
     1.6 +RegExp.$1 = foo
     1.7 +RegExp.$2 = acme
     1.8 +RegExp.$3 = com
     1.9 +RegExp.lastParen = com
    1.10 +RegExp.input = Please send mail to foo@acme.com and bar@gov.in ASAP!
    1.11 +Match = bar@gov.in,bar,gov,in
    1.12 +RegExp.lastMatch = bar@gov.in
    1.13 +RegExp.$1 = bar
    1.14 +RegExp.$2 = gov
    1.15 +RegExp.$3 = in
    1.16 +RegExp.lastParen = in
    1.17 +RegExp.input = Please send mail to foo@acme.com and bar@gov.in ASAP!

mercurial