aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/unparser/corpus/semantic/while.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/snapshots/unparser/corpus/semantic/while.txt')
-rw-r--r--test/prism/snapshots/unparser/corpus/semantic/while.txt12
1 files changed, 8 insertions, 4 deletions
diff --git a/test/prism/snapshots/unparser/corpus/semantic/while.txt b/test/prism/snapshots/unparser/corpus/semantic/while.txt
index 6339a0208a..6d79ccfeda 100644
--- a/test/prism/snapshots/unparser/corpus/semantic/while.txt
+++ b/test/prism/snapshots/unparser/corpus/semantic/while.txt
@@ -21,7 +21,8 @@
│ │ │ ├── parameters: ∅
│ │ │ ├── body: ∅
│ │ │ ├── opening_loc: (1,11)-(1,12) = "{"
- │ │ │ └── closing_loc: (1,12)-(1,13) = "}"
+ │ │ │ ├── closing_loc: (1,12)-(1,13) = "}"
+ │ │ │ └── numbered_parameters: 0
│ │ └── flags: ∅
│ ├── statements:
│ │ @ StatementsNode (location: (1,0)-(1,1))
@@ -55,7 +56,8 @@
│ │ │ ├── parameters: ∅
│ │ │ ├── body: ∅
│ │ │ ├── opening_loc: (3,9)-(3,10) = "{"
- │ │ │ └── closing_loc: (3,10)-(3,11) = "}"
+ │ │ │ ├── closing_loc: (3,10)-(3,11) = "}"
+ │ │ │ └── numbered_parameters: 0
│ │ └── flags: ∅
│ ├── statements:
│ │ @ StatementsNode (location: (4,2)-(4,3))
@@ -129,7 +131,8 @@
│ │ │ │ ├── parameters: ∅
│ │ │ │ ├── body: ∅
│ │ │ │ ├── opening_loc: (9,15)-(9,16) = "{"
- │ │ │ │ └── closing_loc: (9,17)-(9,18) = "}"
+ │ │ │ │ ├── closing_loc: (9,17)-(9,18) = "}"
+ │ │ │ │ └── numbered_parameters: 0
│ │ │ └── flags: ∅
│ │ └── operator_loc: (9,10)-(9,12) = "&&"
│ ├── statements:
@@ -212,7 +215,8 @@
│ │ │ │ ├── block: ∅
│ │ │ │ └── flags: variable_call
│ │ │ ├── opening_loc: (15,18)-(15,20) = "do"
- │ │ │ └── closing_loc: (18,0)-(18,3) = "end"
+ │ │ │ ├── closing_loc: (18,0)-(18,3) = "end"
+ │ │ │ └── numbered_parameters: 0
│ │ └── flags: ∅
│ ├── statements:
│ │ @ StatementsNode (location: (15,0)-(15,1))