aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/unparser/corpus/semantic/block.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/snapshots/unparser/corpus/semantic/block.txt')
-rw-r--r--test/prism/snapshots/unparser/corpus/semantic/block.txt18
1 files changed, 12 insertions, 6 deletions
diff --git a/test/prism/snapshots/unparser/corpus/semantic/block.txt b/test/prism/snapshots/unparser/corpus/semantic/block.txt
index f3d5440a59..c3ac1f85c6 100644
--- a/test/prism/snapshots/unparser/corpus/semantic/block.txt
+++ b/test/prism/snapshots/unparser/corpus/semantic/block.txt
@@ -17,7 +17,8 @@
│ │ ├── parameters: ∅
│ │ ├── body: ∅
│ │ ├── opening_loc: (1,4)-(1,6) = "do"
- │ │ └── closing_loc: (2,0)-(2,3) = "end"
+ │ │ ├── closing_loc: (2,0)-(2,3) = "end"
+ │ │ └── numbered_parameters: 0
│ └── flags: ∅
├── @ CallNode (location: (4,0)-(6,3))
│ ├── receiver: ∅
@@ -47,7 +48,8 @@
│ │ │ ├── ensure_clause: ∅
│ │ │ └── end_keyword_loc: (6,0)-(6,3) = "end"
│ │ ├── opening_loc: (4,4)-(4,6) = "do"
- │ │ └── closing_loc: (6,0)-(6,3) = "end"
+ │ │ ├── closing_loc: (6,0)-(6,3) = "end"
+ │ │ └── numbered_parameters: 0
│ └── flags: ∅
├── @ CallNode (location: (8,0)-(11,3))
│ ├── receiver: ∅
@@ -72,7 +74,8 @@
│ │ │ │ @ NilNode (location: (9,13)-(9,16))
│ │ │ └── @ NilNode (location: (10,2)-(10,5))
│ │ ├── opening_loc: (8,4)-(8,6) = "do"
- │ │ └── closing_loc: (11,0)-(11,3) = "end"
+ │ │ ├── closing_loc: (11,0)-(11,3) = "end"
+ │ │ └── numbered_parameters: 0
│ └── flags: ∅
├── @ CallNode (location: (13,0)-(14,3))
│ ├── receiver: ∅
@@ -103,7 +106,8 @@
│ │ │ └── closing_loc: (13,9)-(13,10) = "|"
│ │ ├── body: ∅
│ │ ├── opening_loc: (13,4)-(13,6) = "do"
- │ │ └── closing_loc: (14,0)-(14,3) = "end"
+ │ │ ├── closing_loc: (14,0)-(14,3) = "end"
+ │ │ └── numbered_parameters: 0
│ └── flags: ∅
├── @ CallNode (location: (16,0)-(20,3))
│ ├── receiver: ∅
@@ -148,7 +152,8 @@
│ │ │ ├── name: :a
│ │ │ └── depth: 0
│ │ ├── opening_loc: (16,12)-(16,14) = "do"
- │ │ └── closing_loc: (20,0)-(20,3) = "end"
+ │ │ ├── closing_loc: (20,0)-(20,3) = "end"
+ │ │ └── numbered_parameters: 0
│ └── flags: ∅
└── @ CallNode (location: (22,0)-(26,3))
├── receiver: ∅
@@ -185,5 +190,6 @@
│ │ ├── block: ∅
│ │ └── flags: variable_call
│ ├── opening_loc: (22,12)-(22,14) = "do"
- │ └── closing_loc: (26,0)-(26,3) = "end"
+ │ ├── closing_loc: (26,0)-(26,3) = "end"
+ │ └── numbered_parameters: 0
└── flags: ∅