summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/rescue_do_end_no_raise.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/seattlerb/rescue_do_end_no_raise.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/seattlerb/rescue_do_end_no_raise.txt')
-rw-r--r--test/prism/snapshots/seattlerb/rescue_do_end_no_raise.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/prism/snapshots/seattlerb/rescue_do_end_no_raise.txt b/test/prism/snapshots/seattlerb/rescue_do_end_no_raise.txt
index 3f4ea6a780..aa4e85c171 100644
--- a/test/prism/snapshots/seattlerb/rescue_do_end_no_raise.txt
+++ b/test/prism/snapshots/seattlerb/rescue_do_end_no_raise.txt
@@ -17,7 +17,7 @@
├── locals: []
├── parameters: ∅
├── body:
- │ @ BeginNode (location: (2,2)-(9,3))
+ │ @ BeginNode (location: (1,4)-(9,3))
│ ├── begin_keyword_loc: ∅
│ ├── statements:
│ │ @ StatementsNode (location: (2,2)-(2,8))