aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/seattlerb/lambda_do_vs_brace.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/snapshots/seattlerb/lambda_do_vs_brace.txt')
-rw-r--r--test/prism/snapshots/seattlerb/lambda_do_vs_brace.txt12
1 files changed, 8 insertions, 4 deletions
diff --git a/test/prism/snapshots/seattlerb/lambda_do_vs_brace.txt b/test/prism/snapshots/seattlerb/lambda_do_vs_brace.txt
index 65048d534d..c951864a8a 100644
--- a/test/prism/snapshots/seattlerb/lambda_do_vs_brace.txt
+++ b/test/prism/snapshots/seattlerb/lambda_do_vs_brace.txt
@@ -18,7 +18,8 @@
│ │ │ ├── opening_loc: (1,5)-(1,7) = "do"
│ │ │ ├── closing_loc: (1,8)-(1,11) = "end"
│ │ │ ├── parameters: ∅
- │ │ │ └── body: ∅
+ │ │ │ ├── body: ∅
+ │ │ │ └── numbered_parameters: 0
│ │ └── flags: ∅
│ ├── closing_loc: ∅
│ ├── block: ∅
@@ -38,7 +39,8 @@
│ │ │ ├── opening_loc: (3,5)-(3,6) = "{"
│ │ │ ├── closing_loc: (3,6)-(3,7) = "}"
│ │ │ ├── parameters: ∅
- │ │ │ └── body: ∅
+ │ │ │ ├── body: ∅
+ │ │ │ └── numbered_parameters: 0
│ │ └── flags: ∅
│ ├── closing_loc: ∅
│ ├── block: ∅
@@ -63,7 +65,8 @@
│ │ │ │ ├── locals: (length: 0)
│ │ │ │ ├── opening_loc: (5,4)-(5,5) = "("
│ │ │ │ └── closing_loc: (5,5)-(5,6) = ")"
- │ │ │ └── body: ∅
+ │ │ │ ├── body: ∅
+ │ │ │ └── numbered_parameters: 0
│ │ └── flags: ∅
│ ├── closing_loc: ∅
│ ├── block: ∅
@@ -88,7 +91,8 @@
│ │ │ ├── locals: (length: 0)
│ │ │ ├── opening_loc: (7,4)-(7,5) = "("
│ │ │ └── closing_loc: (7,5)-(7,6) = ")"
- │ │ └── body: ∅
+ │ │ ├── body: ∅
+ │ │ └── numbered_parameters: 0
│ └── flags: ∅
├── closing_loc: ∅
├── block: ∅