aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/seattlerb/bug236.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/snapshots/seattlerb/bug236.txt')
-rw-r--r--test/prism/snapshots/seattlerb/bug236.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/prism/snapshots/seattlerb/bug236.txt b/test/prism/snapshots/seattlerb/bug236.txt
index 8dc96d2292..0d9427bfff 100644
--- a/test/prism/snapshots/seattlerb/bug236.txt
+++ b/test/prism/snapshots/seattlerb/bug236.txt
@@ -36,7 +36,8 @@
│ │ │ └── closing_loc: (1,5)-(1,6) = "|"
│ │ ├── body: ∅
│ │ ├── opening_loc: (1,1)-(1,2) = "{"
- │ │ └── closing_loc: (1,6)-(1,7) = "}"
+ │ │ ├── closing_loc: (1,6)-(1,7) = "}"
+ │ │ └── numbered_parameters: 0
│ └── flags: ∅
└── @ CallNode (location: (3,0)-(3,6))
├── receiver: ∅
@@ -67,5 +68,6 @@
│ │ └── closing_loc: (3,4)-(3,5) = "|"
│ ├── body: ∅
│ ├── opening_loc: (3,1)-(3,2) = "{"
- │ └── closing_loc: (3,5)-(3,6) = "}"
+ │ ├── closing_loc: (3,5)-(3,6) = "}"
+ │ └── numbered_parameters: 0
└── flags: ∅