aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/seattlerb/call_stabby_with_braces_block.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/snapshots/seattlerb/call_stabby_with_braces_block.txt')
-rw-r--r--test/prism/snapshots/seattlerb/call_stabby_with_braces_block.txt14
1 files changed, 8 insertions, 6 deletions
diff --git a/test/prism/snapshots/seattlerb/call_stabby_with_braces_block.txt b/test/prism/snapshots/seattlerb/call_stabby_with_braces_block.txt
index c641ccdeeb..102a451c35 100644
--- a/test/prism/snapshots/seattlerb/call_stabby_with_braces_block.txt
+++ b/test/prism/snapshots/seattlerb/call_stabby_with_braces_block.txt
@@ -18,11 +18,12 @@
│ │ ├── opening_loc: (1,5)-(1,6) = "{"
│ │ ├── closing_loc: (1,9)-(1,10) = "}"
│ │ ├── parameters: ∅
- │ │ └── body:
- │ │ @ StatementsNode (location: (1,7)-(1,8))
- │ │ └── body: (length: 1)
- │ │ └── @ IntegerNode (location: (1,7)-(1,8))
- │ │ └── flags: decimal
+ │ │ ├── body:
+ │ │ │ @ StatementsNode (location: (1,7)-(1,8))
+ │ │ │ └── body: (length: 1)
+ │ │ │ └── @ IntegerNode (location: (1,7)-(1,8))
+ │ │ │ └── flags: decimal
+ │ │ └── numbered_parameters: 0
│ └── flags: ∅
├── closing_loc: ∅
├── block:
@@ -35,5 +36,6 @@
│ │ └── @ IntegerNode (location: (1,14)-(1,15))
│ │ └── flags: decimal
│ ├── opening_loc: (1,11)-(1,13) = "do"
- │ └── closing_loc: (1,16)-(1,19) = "end"
+ │ ├── closing_loc: (1,16)-(1,19) = "end"
+ │ └── numbered_parameters: 0
└── flags: ∅