aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/whitequark/class_definition_in_while_cond.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/snapshots/whitequark/class_definition_in_while_cond.txt')
-rw-r--r--test/prism/snapshots/whitequark/class_definition_in_while_cond.txt12
1 files changed, 8 insertions, 4 deletions
diff --git a/test/prism/snapshots/whitequark/class_definition_in_while_cond.txt b/test/prism/snapshots/whitequark/class_definition_in_while_cond.txt
index cf5806d0a2..2322b0d671 100644
--- a/test/prism/snapshots/whitequark/class_definition_in_while_cond.txt
+++ b/test/prism/snapshots/whitequark/class_definition_in_while_cond.txt
@@ -35,7 +35,8 @@
│ │ │ │ │ ├── parameters: ∅
│ │ │ │ │ ├── body: ∅
│ │ │ │ │ ├── opening_loc: (1,29)-(1,31) = "do"
- │ │ │ │ │ └── closing_loc: (1,32)-(1,35) = "end"
+ │ │ │ │ │ ├── closing_loc: (1,32)-(1,35) = "end"
+ │ │ │ │ │ └── numbered_parameters: 0
│ │ │ │ └── flags: ∅
│ │ │ └── operator_loc: (1,23)-(1,24) = "="
│ │ └── end_keyword_loc: (1,37)-(1,40) = "end"
@@ -73,7 +74,8 @@
│ │ │ │ ├── parameters: ∅
│ │ │ │ ├── body: ∅
│ │ │ │ ├── opening_loc: (3,25)-(3,27) = "do"
- │ │ │ │ └── closing_loc: (3,28)-(3,31) = "end"
+ │ │ │ │ ├── closing_loc: (3,28)-(3,31) = "end"
+ │ │ │ │ └── numbered_parameters: 0
│ │ │ └── flags: ∅
│ │ └── end_keyword_loc: (3,33)-(3,36) = "end"
│ ├── statements:
@@ -117,7 +119,8 @@
│ │ │ │ │ ├── parameters: ∅
│ │ │ │ │ ├── body: ∅
│ │ │ │ │ ├── opening_loc: (5,24)-(5,26) = "do"
- │ │ │ │ │ └── closing_loc: (5,27)-(5,30) = "end"
+ │ │ │ │ │ ├── closing_loc: (5,27)-(5,30) = "end"
+ │ │ │ │ │ └── numbered_parameters: 0
│ │ │ │ └── flags: ∅
│ │ │ └── operator_loc: (5,18)-(5,19) = "="
│ │ ├── end_keyword_loc: (5,32)-(5,35) = "end"
@@ -158,7 +161,8 @@
│ │ │ ├── parameters: ∅
│ │ │ ├── body: ∅
│ │ │ ├── opening_loc: (7,21)-(7,23) = "do"
- │ │ │ └── closing_loc: (7,24)-(7,27) = "end"
+ │ │ │ ├── closing_loc: (7,24)-(7,27) = "end"
+ │ │ │ └── numbered_parameters: 0
│ │ └── flags: ∅
│ ├── end_keyword_loc: (7,29)-(7,32) = "end"
│ └── name: :Foo