From 25d9c989ebdc53dbad3852317c5b45228ff012e4 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Mon, 13 Mar 2023 14:25:24 -0700 Subject: [PATCH] Update python error corpus to reflect grammar changes --- test/fixtures/error_corpus/python_errors.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/fixtures/error_corpus/python_errors.txt b/test/fixtures/error_corpus/python_errors.txt index edabb510..bd3101a9 100644 --- a/test/fixtures/error_corpus/python_errors.txt +++ b/test/fixtures/error_corpus/python_errors.txt @@ -89,7 +89,8 @@ def a(): parameters: (parameters) (ERROR (identifier)) body: (block - (expression_statement (string))))) + (expression_statement (string + string_content: (string_content)))))) =========================================== incomplete definition in class definition @@ -108,4 +109,4 @@ b (ERROR) body: (block)) (expression_statement - (identifier))) \ No newline at end of file + (identifier)))