Update python error corpus to reflect grammar changes
This commit is contained in:
parent
b1ad55909d
commit
25d9c989eb
1 changed files with 3 additions and 2 deletions
5
test/fixtures/error_corpus/python_errors.txt
vendored
5
test/fixtures/error_corpus/python_errors.txt
vendored
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue