DescriptionES6 template literals: Fix issue with template after rbrace
If we hade }` the right brace was always treated as part of the
template literal. We should only treat the right brace as part of
the literal when we continue to parse the template literal after a
placeholder.
BUG=v8:3734
LOG=Y
Patch Set 1 : Fix test #Patch Set 2 : Self review #Patch Set 3 : Remove need for PushBack #
Total comments: 1
Patch Set 4 : Add tests without newlines #
Messages
Total messages: 16 (5 generated)
|