summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/whitequark/const_scoped.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/snapshots/whitequark/const_scoped.txt')
-rw-r--r--test/prism/snapshots/whitequark/const_scoped.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/test/prism/snapshots/whitequark/const_scoped.txt b/test/prism/snapshots/whitequark/const_scoped.txt
index 1e2bccef96..83af4b187b 100644
--- a/test/prism/snapshots/whitequark/const_scoped.txt
+++ b/test/prism/snapshots/whitequark/const_scoped.txt
@@ -7,7 +7,6 @@
├── parent:
│ @ ConstantReadNode (location: (1,0)-(1,3))
│ └── name: :Bar
- ├── child:
- │ @ ConstantReadNode (location: (1,5)-(1,8))
- │ └── name: :Foo
- └── delimiter_loc: (1,3)-(1,5) = "::"
+ ├── name: :Foo
+ ├── delimiter_loc: (1,3)-(1,5) = "::"
+ └── name_loc: (1,5)-(1,8) = "Foo"