Skip to content

Commit

Permalink
follow up
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusFreitag committed Oct 31, 2023
1 parent eb1ec73 commit 7ca9f3d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions tests/ifelif.expected
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"if/ef: if block"
"if/ef: ef block"
"if/elif: if block"
"if/elif: elif block"
nil
8 changes: 4 additions & 4 deletions tests/ifelifelifelse.expected
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"if/ef/el: if block"
"if/ef/ef/el: first ef block"
"if/ef/ef/el: second ef block"
"if/ef/else: else block"
"if/elif/el: if block"
"if/elif/elif/el: first elif block"
"if/elif/elif/el: second elif block"
"if/elif/else: else block"
nil
6 changes: 3 additions & 3 deletions tests/ifelifelse.expected
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"if/ef/el: if block"
"if/ef/el: ef block"
"if/ef/el: else block"
"if/elif/el: if block"
"if/elif/el: elif block"
"if/elif/el: else block"
nil

0 comments on commit 7ca9f3d

Please sign in to comment.