-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update lexer and parser test snapshots (#11476)
## Summary This PR updates the lexer and parser tests with the new changes. Note that these snapshots were updated in a separate repository which isolated the parser crate along with it's dependencies.
- Loading branch information
1 parent
b45bf44
commit ddd7392
Showing
79 changed files
with
585 additions
and
396 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
crates/ruff_python_parser/resources/inline/err/match_stmt_missing_pattern.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
# TODO(dhruvmanila): Here, `case` is a name token because of soft keyword transformer | ||
match x: | ||
case : ... |
Oops, something went wrong.