Skip to content

Commit

Permalink
Update lexer and parser test snapshots (#11476)
Browse files Browse the repository at this point in the history
## 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
dhruvmanila committed May 30, 2024
1 parent 78e5b47 commit a0327d3
Show file tree
Hide file tree
Showing 79 changed files with 585 additions and 396 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@
async while test: ...
async x = 1
async async def foo(): ...
# TODO(dhruvmanila): Here, `match` is actually a Name token because
# of the soft keyword # transformer
async match test:
case _: ...
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 : ...
Loading

0 comments on commit a0327d3

Please sign in to comment.