nashorn/test/script/basic/JDK-8007619.js.EXPECTED
author vromero
Thu, 27 Jun 2013 09:54:50 +0100
changeset 18656 d66c77f01912
parent 16217 c5ac9be5c444
permissions -rw-r--r--
8017609: javac, ClassFile.read(Path) should be ClassFile.read(Path, Attribute.Factory) Reviewed-by: jjg

Match = foo@acme.com,foo,acme,com
RegExp.lastMatch = foo@acme.com
RegExp.$1 = foo
RegExp.$2 = acme
RegExp.$3 = com
RegExp.lastParen = com
RegExp.input = Please send mail to foo@acme.com and bar@gov.in ASAP!
Match = bar@gov.in,bar,gov,in
RegExp.lastMatch = bar@gov.in
RegExp.$1 = bar
RegExp.$2 = gov
RegExp.$3 = in
RegExp.lastParen = in
RegExp.input = Please send mail to foo@acme.com and bar@gov.in ASAP!