https://codereview.chromium.org/362963002/diff/1/test/cctest/test-parsing.cc
File test/cctest/test-parsing.cc (right):

https://codereview.chromium.org/362963002/diff/1/test/cctest/test-parsing.cc#newcode1810
test/cctest/test-parsing.cc:1810: { "\"use strict\"; (function gen* () {
(function not_gen() {", "}) })" },
On 2014/07/02 11:39:22, marja wrote:
Wut, wait, why is the asterisk after the name?

Um, that's a typo.  Will fix!

https://codereview.chromium.org/362963002/diff/1/test/cctest/test-parsing.cc#newcode1869
test/cctest/test-parsing.cc:1869: // TODO(348893007): Invalid (no
newline allowed between yield and *).
On 2014/07/02 11:39:22, marja wrote:
Does this mean the test would fail?

This test should fail according to spec (should parse as yield; *3;) but
doesn't currently (parses as yield * 3).  CL 348893007 will change this
test to assert that it is an error.

https://codereview.chromium.org/362963002/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to