aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/while.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/snapshots/while.txt')
-rw-r--r--test/prism/snapshots/while.txt15
1 files changed, 10 insertions, 5 deletions
diff --git a/test/prism/snapshots/while.txt b/test/prism/snapshots/while.txt
index 3d74f777b6..8b547fee88 100644
--- a/test/prism/snapshots/while.txt
+++ b/test/prism/snapshots/while.txt
@@ -134,7 +134,8 @@
│ │ │ │ │ ├── parameters: ∅
│ │ │ │ │ ├── body: ∅
│ │ │ │ │ ├── opening_loc: (13,27)-(13,29) = "do"
- │ │ │ │ │ └── closing_loc: (13,30)-(13,33) = "end"
+ │ │ │ │ │ ├── closing_loc: (13,30)-(13,33) = "end"
+ │ │ │ │ │ └── numbered_parameters: 0
│ │ │ │ └── flags: ∅
│ │ │ ├── rest: ∅
│ │ │ ├── posts: (length: 0)
@@ -190,7 +191,8 @@
│ │ │ │ │ ├── parameters: ∅
│ │ │ │ │ ├── body: ∅
│ │ │ │ │ ├── opening_loc: (15,24)-(15,26) = "do"
- │ │ │ │ │ └── closing_loc: (15,27)-(15,30) = "end"
+ │ │ │ │ │ ├── closing_loc: (15,27)-(15,30) = "end"
+ │ │ │ │ │ └── numbered_parameters: 0
│ │ │ │ └── flags: ∅
│ │ │ └── operator_loc: (15,18)-(15,19) = "="
│ │ ├── end_keyword_loc: (15,32)-(15,35) = "end"
@@ -229,7 +231,8 @@
│ │ │ │ ├── parameters: ∅
│ │ │ │ ├── body: ∅
│ │ │ │ ├── opening_loc: (17,25)-(17,27) = "do"
- │ │ │ │ └── closing_loc: (17,28)-(17,31) = "end"
+ │ │ │ │ ├── closing_loc: (17,28)-(17,31) = "end"
+ │ │ │ │ └── numbered_parameters: 0
│ │ │ └── flags: ∅
│ │ └── end_keyword_loc: (17,33)-(17,36) = "end"
│ ├── statements:
@@ -271,7 +274,8 @@
│ │ │ │ │ ├── parameters: ∅
│ │ │ │ │ ├── body: ∅
│ │ │ │ │ ├── opening_loc: (19,29)-(19,31) = "do"
- │ │ │ │ │ └── closing_loc: (19,32)-(19,35) = "end"
+ │ │ │ │ │ ├── closing_loc: (19,32)-(19,35) = "end"
+ │ │ │ │ │ └── numbered_parameters: 0
│ │ │ │ └── flags: ∅
│ │ │ └── operator_loc: (19,23)-(19,24) = "="
│ │ └── end_keyword_loc: (19,37)-(19,40) = "end"
@@ -308,7 +312,8 @@
│ │ │ │ ├── parameters: ∅
│ │ │ │ ├── body: ∅
│ │ │ │ ├── opening_loc: (21,20)-(21,22) = "do"
- │ │ │ │ └── closing_loc: (21,23)-(21,26) = "end"
+ │ │ │ │ ├── closing_loc: (21,23)-(21,26) = "end"
+ │ │ │ │ └── numbered_parameters: 0
│ │ │ └── flags: ∅
│ │ ├── locals: []
│ │ ├── def_keyword_loc: (21,6)-(21,9) = "def"