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 28, 2024
1 parent b45bf44 commit ddd7392
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 ddd7392

Please sign in to comment.