aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/whitequark/ruby_bug_10653.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/snapshots/whitequark/ruby_bug_10653.txt')
-rw-r--r--test/prism/snapshots/whitequark/ruby_bug_10653.txt15
1 files changed, 10 insertions, 5 deletions
diff --git a/test/prism/snapshots/whitequark/ruby_bug_10653.txt b/test/prism/snapshots/whitequark/ruby_bug_10653.txt
index 35a3e966bd..4fac961de1 100644
--- a/test/prism/snapshots/whitequark/ruby_bug_10653.txt
+++ b/test/prism/snapshots/whitequark/ruby_bug_10653.txt
@@ -25,7 +25,8 @@
│ │ │ ├── parameters: ∅
│ │ │ ├── body: ∅
│ │ │ ├── opening_loc: (1,14)-(1,16) = "do"
- │ │ │ └── closing_loc: (1,17)-(1,20) = "end"
+ │ │ │ ├── closing_loc: (1,17)-(1,20) = "end"
+ │ │ │ └── numbered_parameters: 0
│ │ └── flags: ∅
│ ├── consequent:
│ │ @ ElseNode (location: (1,21)-(1,33))
@@ -47,7 +48,8 @@
│ │ │ │ ├── parameters: ∅
│ │ │ │ ├── body: ∅
│ │ │ │ ├── opening_loc: (1,27)-(1,29) = "do"
- │ │ │ │ └── closing_loc: (1,30)-(1,33) = "end"
+ │ │ │ │ ├── closing_loc: (1,30)-(1,33) = "end"
+ │ │ │ │ └── numbered_parameters: 0
│ │ │ └── flags: ∅
│ │ └── end_keyword_loc: ∅
│ └── end_keyword_loc: ∅
@@ -73,7 +75,8 @@
│ │ │ ├── parameters: ∅
│ │ │ ├── body: ∅
│ │ │ ├── opening_loc: (3,14)-(3,15) = "{"
- │ │ │ └── closing_loc: (3,15)-(3,16) = "}"
+ │ │ │ ├── closing_loc: (3,15)-(3,16) = "}"
+ │ │ │ └── numbered_parameters: 0
│ │ └── flags: ∅
│ ├── consequent:
│ │ @ ElseNode (location: (3,17)-(3,25))
@@ -95,7 +98,8 @@
│ │ │ │ ├── parameters: ∅
│ │ │ │ ├── body: ∅
│ │ │ │ ├── opening_loc: (3,23)-(3,24) = "{"
- │ │ │ │ └── closing_loc: (3,24)-(3,25) = "}"
+ │ │ │ │ ├── closing_loc: (3,24)-(3,25) = "}"
+ │ │ │ │ └── numbered_parameters: 0
│ │ │ └── flags: ∅
│ │ └── end_keyword_loc: ∅
│ └── end_keyword_loc: ∅
@@ -156,7 +160,8 @@
│ │ │ ├── block: ∅
│ │ │ └── flags: ∅
│ │ ├── opening_loc: (5,13)-(5,15) = "do"
- │ │ └── closing_loc: (5,24)-(5,27) = "end"
+ │ │ ├── closing_loc: (5,24)-(5,27) = "end"
+ │ │ └── numbered_parameters: 0
│ └── flags: ∅
├── consequent:
│ @ ElseNode (location: (5,28)-(5,31))