From 36cb83aa054991ae2187d677e6f7efafb779cc53 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Wed, 2 Dec 2020 16:12:01 -0800 Subject: [PATCH] Update JS error recovery test to reflect grammar change --- test/fixtures/error_corpus/javascript_errors.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/fixtures/error_corpus/javascript_errors.txt b/test/fixtures/error_corpus/javascript_errors.txt index ad71037c..4359ae68 100644 --- a/test/fixtures/error_corpus/javascript_errors.txt +++ b/test/fixtures/error_corpus/javascript_errors.txt @@ -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)