JDK-8007619.js.EXPECTED revision 72:fcf541418304
196136SobrienMatch = foo@acme.com,foo,acme,com
296340SobrienRegExp.lastMatch = foo@acme.com
396340SobrienRegExp.$1 = foo
496340SobrienRegExp.$2 = acme
596340SobrienRegExp.$3 = com
696340SobrienRegExp.lastParen = com
796340SobrienRegExp.input = Please send mail to foo@acme.com and bar@gov.in ASAP!
896340SobrienMatch = bar@gov.in,bar,gov,in
996340SobrienRegExp.lastMatch = bar@gov.in
1096340SobrienRegExp.$1 = bar
1196340SobrienRegExp.$2 = gov
1296340SobrienRegExp.$3 = in
1396340SobrienRegExp.lastParen = in
1496340SobrienRegExp.input = Please send mail to foo@acme.com and bar@gov.in ASAP!
1596340Sobrien