aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/unparser/corpus/literal/lambda.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/snapshots/unparser/corpus/literal/lambda.txt')
-rw-r--r--test/prism/snapshots/unparser/corpus/literal/lambda.txt18
1 files changed, 12 insertions, 6 deletions
diff --git a/test/prism/snapshots/unparser/corpus/literal/lambda.txt b/test/prism/snapshots/unparser/corpus/literal/lambda.txt
index a8fb22d80f..130623ef10 100644
--- a/test/prism/snapshots/unparser/corpus/literal/lambda.txt
+++ b/test/prism/snapshots/unparser/corpus/literal/lambda.txt
@@ -17,7 +17,8 @@
│ │ ├── parameters: ∅
│ │ ├── body: ∅
│ │ ├── opening_loc: (1,7)-(1,8) = "{"
- │ │ └── closing_loc: (2,0)-(2,1) = "}"
+ │ │ ├── closing_loc: (2,0)-(2,1) = "}"
+ │ │ └── numbered_parameters: 0
│ └── flags: ∅
├── @ CallNode (location: (3,0)-(5,1))
│ ├── receiver: ∅
@@ -55,7 +56,8 @@
│ │ │ ├── name: :a
│ │ │ └── depth: 0
│ │ ├── opening_loc: (3,7)-(3,8) = "{"
- │ │ └── closing_loc: (5,0)-(5,1) = "}"
+ │ │ ├── closing_loc: (5,0)-(5,1) = "}"
+ │ │ └── numbered_parameters: 0
│ └── flags: ∅
├── @ LambdaNode (location: (6,0)-(7,1))
│ ├── locals: []
@@ -68,7 +70,8 @@
│ │ ├── locals: (length: 0)
│ │ ├── opening_loc: (6,2)-(6,3) = "("
│ │ └── closing_loc: (6,3)-(6,4) = ")"
- │ └── body: ∅
+ │ ├── body: ∅
+ │ └── numbered_parameters: 0
├── @ LambdaNode (location: (8,0)-(9,1))
│ ├── locals: [:a]
│ ├── operator_loc: (8,0)-(8,2) = "->"
@@ -90,7 +93,8 @@
│ │ ├── locals: (length: 0)
│ │ ├── opening_loc: (8,2)-(8,3) = "("
│ │ └── closing_loc: (8,4)-(8,5) = ")"
- │ └── body: ∅
+ │ ├── body: ∅
+ │ └── numbered_parameters: 0
├── @ LambdaNode (location: (10,0)-(11,1))
│ ├── locals: [:a, :b]
│ ├── operator_loc: (10,0)-(10,2) = "->"
@@ -114,7 +118,8 @@
│ │ ├── locals: (length: 0)
│ │ ├── opening_loc: (10,2)-(10,3) = "("
│ │ └── closing_loc: (10,7)-(10,8) = ")"
- │ └── body: ∅
+ │ ├── body: ∅
+ │ └── numbered_parameters: 0
└── @ LambdaNode (location: (12,0)-(13,1))
├── locals: [:a, :b, :c]
├── operator_loc: (12,0)-(12,2) = "->"
@@ -140,4 +145,5 @@
│ │ └── name: :c
│ ├── opening_loc: (12,2)-(12,3) = "("
│ └── closing_loc: (12,10)-(12,11) = ")"
- └── body: ∅
+ ├── body: ∅
+ └── numbered_parameters: 0