Update python error corpus to reflect grammar changes

This commit is contained in:
Max Brunsfeld 2023-03-13 14:25:24 -07:00
parent b1ad55909d
commit 25d9c989eb

View file

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