Can't we add some tests to our own collection? Even if they are copied
from the
WebKit tests then it's nicer to get future failures before we roll to
Chromium.
LGTM
http://codereview.chromium.org/5723002/diff/1/src/parser.cc
File src/parser.cc (right):
http://codereview.chromium.org/5723002/diff/1/src/parser.cc#newcode4455
src/parser.cc:4455: if (char_class) {
char_class == kInvalidCharClass?
http://codereview.chromium.org/5723002/diff/1/src/parser.cc#newcode4489
src/parser.cc:4489: uc16 char_class_2 = 0;
kInvalidCharClass
http://codereview.chromium.org/5723002/diff/1/src/parser.cc#newcode4491
src/parser.cc:4491: if (char_class || char_class_2) {
And here.
http://codereview.chromium.org/5723002/
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev