Update error recovery test to reflect JS grammar changes
This commit is contained in:
parent
e232ed04d1
commit
3814babfa8
1 changed files with 3 additions and 2 deletions
|
|
@ -179,8 +179,9 @@ function main(x) {
|
|||
(member_expression (identifier) (property_identifier))
|
||||
(arguments (string))))
|
||||
(expression_statement
|
||||
(identifier)
|
||||
(ERROR
|
||||
(binary_expression
|
||||
(identifier)
|
||||
(ERROR)
|
||||
(call_expression
|
||||
(member_expression (identifier) (property_identifier))
|
||||
(arguments (string)))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue