aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/whitequark/rescue_in_lambda_block.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/snapshots/whitequark/rescue_in_lambda_block.txt')
-rw-r--r--test/prism/snapshots/whitequark/rescue_in_lambda_block.txt31
1 files changed, 16 insertions, 15 deletions
diff --git a/test/prism/snapshots/whitequark/rescue_in_lambda_block.txt b/test/prism/snapshots/whitequark/rescue_in_lambda_block.txt
index 72b6842f42..0208513ee3 100644
--- a/test/prism/snapshots/whitequark/rescue_in_lambda_block.txt
+++ b/test/prism/snapshots/whitequark/rescue_in_lambda_block.txt
@@ -9,18 +9,19 @@
├── opening_loc: (1,3)-(1,5) = "do"
├── closing_loc: (1,14)-(1,17) = "end"
├── parameters: ∅
- └── body:
- @ BeginNode (location: (1,6)-(1,17))
- ├── begin_keyword_loc: ∅
- ├── statements: ∅
- ├── rescue_clause:
- │ @ RescueNode (location: (1,6)-(1,12))
- │ ├── keyword_loc: (1,6)-(1,12) = "rescue"
- │ ├── exceptions: (length: 0)
- │ ├── operator_loc: ∅
- │ ├── reference: ∅
- │ ├── statements: ∅
- │ └── consequent: ∅
- ├── else_clause: ∅
- ├── ensure_clause: ∅
- └── end_keyword_loc: (1,14)-(1,17) = "end"
+ ├── body:
+ │ @ BeginNode (location: (1,6)-(1,17))
+ │ ├── begin_keyword_loc: ∅
+ │ ├── statements: ∅
+ │ ├── rescue_clause:
+ │ │ @ RescueNode (location: (1,6)-(1,12))
+ │ │ ├── keyword_loc: (1,6)-(1,12) = "rescue"
+ │ │ ├── exceptions: (length: 0)
+ │ │ ├── operator_loc: ∅
+ │ │ ├── reference: ∅
+ │ │ ├── statements: ∅
+ │ │ └── consequent: ∅
+ │ ├── else_clause: ∅
+ │ ├── ensure_clause: ∅
+ │ └── end_keyword_loc: (1,14)-(1,17) = "end"
+ └── numbered_parameters: 0