Prepare fixtures
This commit is contained in:
parent
797e5ea192
commit
9c94356263
6021 changed files with 722805 additions and 22 deletions
|
|
@ -259,7 +259,7 @@ impl<'src, 'arena> Parser<'src, 'arena> {
|
|||
)
|
||||
.related_token("open_parenthesis", state.open_parenthesis_position)
|
||||
.maybe_related("previous_specifier", state.previous_specifier_span)
|
||||
.sync_error_until(self, SyncLevel::CloseParenthesis)
|
||||
.sync_error_until_matching_delimiter(self, state.open_parenthesis_position)
|
||||
.report_error(self);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue