summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/classes.txt
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2024-02-05 15:04:04 -0500
committergit <svn-admin@ruby-lang.org>2024-02-05 20:40:24 +0000
commitc42b1029d94cdc6dcdaf654fdf7ee7324658008d (patch)
treed6a11e40a658ceda679124ffa4ca334e6f0e3b9a /test/prism/snapshots/classes.txt
parentc5694c647afbacaf2d9e570b106d23f533601294 (diff)
[ruby/prism] Change the location of an implicit begin to method
https://github.com/ruby/prism/commit/d08e140859
Diffstat (limited to 'test/prism/snapshots/classes.txt')
-rw-r--r--test/prism/snapshots/classes.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/prism/snapshots/classes.txt b/test/prism/snapshots/classes.txt
index 9b67758083..a6544d52bc 100644
--- a/test/prism/snapshots/classes.txt
+++ b/test/prism/snapshots/classes.txt
@@ -33,7 +33,7 @@
│ ├── inheritance_operator_loc: ∅
│ ├── superclass: ∅
│ ├── body:
- │ │ @ BeginNode (location: (3,9)-(3,20))
+ │ │ @ BeginNode (location: (3,0)-(3,20))
│ │ ├── begin_keyword_loc: ∅
│ │ ├── statements: ∅
│ │ ├── rescue_clause: ∅
@@ -55,7 +55,7 @@
│ ├── inheritance_operator_loc: ∅
│ ├── superclass: ∅
│ ├── body:
- │ │ @ BeginNode (location: (5,9)-(5,34))
+ │ │ @ BeginNode (location: (5,0)-(5,34))
│ │ ├── begin_keyword_loc: ∅
│ │ ├── statements: ∅
│ │ ├── rescue_clause:
@@ -147,7 +147,7 @@
│ │ ├── expression:
│ │ │ @ SelfNode (location: (14,18)-(14,22))
│ │ ├── body:
- │ │ │ @ BeginNode (location: (14,24)-(14,35))
+ │ │ │ @ BeginNode (location: (14,9)-(14,35))
│ │ │ ├── begin_keyword_loc: ∅
│ │ │ ├── statements: ∅
│ │ │ ├── rescue_clause: ∅
@@ -179,7 +179,7 @@
│ │ ├── expression:
│ │ │ @ SelfNode (location: (16,18)-(16,22))
│ │ ├── body:
- │ │ │ @ BeginNode (location: (16,24)-(16,49))
+ │ │ │ @ BeginNode (location: (16,9)-(16,49))
│ │ │ ├── begin_keyword_loc: ∅
│ │ │ ├── statements: ∅
│ │ │ ├── rescue_clause: