Skip to content

Commit a0b84ed

Browse files
committed
test: update tests
1 parent 1b1ca93 commit a0b84ed

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/corpus/statements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ finally:
529529
(identifier))))
530530
(except_clause
531531
value: (identifier)
532-
alias: (identifier)
532+
value: (identifier)
533533
(block
534534
(expression_statement
535535
(identifier))))
@@ -560,13 +560,13 @@ finally:
560560
body: (block
561561
(expression_statement
562562
(identifier)))
563-
(except_group_clause
564-
(identifier)
563+
(except_clause
564+
value: (identifier)
565565
(block
566566
(expression_statement
567567
(identifier))))
568-
(except_group_clause
569-
(as_pattern
568+
(except_clause
569+
value: (as_pattern
570570
(identifier)
571571
alias: (as_pattern_target
572572
(identifier)))

0 commit comments

Comments
 (0)