aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/seattlerb/defn_comments.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/yarp/snapshots/seattlerb/defn_comments.txt')
-rw-r--r--test/yarp/snapshots/seattlerb/defn_comments.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/yarp/snapshots/seattlerb/defn_comments.txt b/test/yarp/snapshots/seattlerb/defn_comments.txt
index 9ce9116597..585aa65c9a 100644
--- a/test/yarp/snapshots/seattlerb/defn_comments.txt
+++ b/test/yarp/snapshots/seattlerb/defn_comments.txt
@@ -1,18 +1,18 @@
-@ ProgramNode (location: (19...31))
+@ ProgramNode (location: (4,0)-(5,3))
├── locals: []
└── statements:
- @ StatementsNode (location: (19...31))
+ @ StatementsNode (location: (4,0)-(5,3))
└── body: (length: 1)
- └── @ DefNode (location: (19...31))
+ └── @ DefNode (location: (4,0)-(5,3))
├── name: :blah
- ├── name_loc: (23...27) = "blah"
+ ├── name_loc: (4,4)-(4,8) = "blah"
├── receiver: ∅
├── parameters: ∅
├── body: ∅
├── locals: []
- ├── def_keyword_loc: (19...22) = "def"
+ ├── def_keyword_loc: (4,0)-(4,3) = "def"
├── operator_loc: ∅
├── lparen_loc: ∅
├── rparen_loc: ∅
├── equal_loc: ∅
- └── end_keyword_loc: (28...31) = "end"
+ └── end_keyword_loc: (5,0)-(5,3) = "end"