Update JS error recovery test to reflect grammar change
This commit is contained in:
parent
6c8a928253
commit
36cb83aa05
1 changed files with 2 additions and 1 deletions
|
|
@ -148,7 +148,8 @@ const h = `i ${j(k} l`
|
|||
(lexical_declaration
|
||||
(variable_declarator
|
||||
(identifier)
|
||||
(template_string (template_substitution (identifier) (ERROR)))))
|
||||
(template_string (template_substitution
|
||||
(augmented_assignment_expression (identifier) (MISSING identifier))))))
|
||||
(lexical_declaration
|
||||
(variable_declarator
|
||||
(identifier)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue