summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/while.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/snapshots/while.txt')
-rw-r--r--test/prism/snapshots/while.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/prism/snapshots/while.txt b/test/prism/snapshots/while.txt
index 36fab49960..a2972face0 100644
--- a/test/prism/snapshots/while.txt
+++ b/test/prism/snapshots/while.txt
@@ -97,6 +97,7 @@
│ @ StatementsNode (location: (9,0)-(9,6))
│ └── body: (length: 1)
│ └── @ ReturnNode (location: (9,0)-(9,6))
+ │ ├── flags: ∅
│ ├── keyword_loc: (9,0)-(9,6) = "return"
│ └── arguments: ∅
├── @ WhileNode (location: (11,0)-(11,21))