Update JS error recovery test to reflect grammar change

This commit is contained in:
Max Brunsfeld 2020-12-02 16:12:01 -08:00
parent 6c8a928253
commit 36cb83aa05

View file

@ -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)