commit | 1242a6da861a409fb6c28905ccb1c4a84dfb233e | [log] [tgz] |
---|---|---|
author | sherman <none@none> | Wed Nov 13 11:26:01 2013 -0800 |
committer | sherman <none@none> | Wed Nov 13 11:26:01 2013 -0800 |
tree | 72ec124c79949ccd57ca75f93e81824dbe368b4a | |
parent | e767c896c6b9401fec299c7c91cad3b04be999e0 [diff] |
8027645: Pattern.split() with positive lookahead 6559590: Pattern.compile(".*").split("") returns incorrect result Summary: updated spec/impl for these two corner cases Reviewed-by: alanb, psandoz