aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/super.txt
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2023-09-27 12:22:36 -0400
committerKevin Newton <kddnewton@gmail.com>2023-09-27 13:57:38 -0400
commit8ab56869a64fdccc094f4a83c6367fb23b72d38b (patch)
tree46ef2bd5c51d5b7f923eda6a60edefc7a08200db /test/prism/snapshots/super.txt
parent7e0971eb5d679bb6219abb0ec238139aa6502c5a (diff)
downloadruby-8ab56869a64fdccc094f4a83c6367fb23b72d38b.tar.gz
Rename YARP filepaths to prism filepaths
Diffstat (limited to 'test/prism/snapshots/super.txt')
-rw-r--r--test/prism/snapshots/super.txt37
1 files changed, 37 insertions, 0 deletions
diff --git a/test/prism/snapshots/super.txt b/test/prism/snapshots/super.txt
new file mode 100644
index 0000000000..24a7ae81a9
--- /dev/null
+++ b/test/prism/snapshots/super.txt
@@ -0,0 +1,37 @@
+@ ProgramNode (location: (1,0)-(7,14))
+├── locals: []
+└── statements:
+ @ StatementsNode (location: (1,0)-(7,14))
+ └── body: (length: 4)
+ ├── @ ForwardingSuperNode (location: (1,0)-(1,5))
+ │ └── block: ∅
+ ├── @ SuperNode (location: (3,0)-(3,7))
+ │ ├── keyword_loc: (3,0)-(3,5) = "super"
+ │ ├── lparen_loc: (3,5)-(3,6) = "("
+ │ ├── arguments: ∅
+ │ ├── rparen_loc: (3,6)-(3,7) = ")"
+ │ └── block: ∅
+ ├── @ SuperNode (location: (5,0)-(5,8))
+ │ ├── keyword_loc: (5,0)-(5,5) = "super"
+ │ ├── lparen_loc: (5,5)-(5,6) = "("
+ │ ├── arguments:
+ │ │ @ ArgumentsNode (location: (5,6)-(5,7))
+ │ │ └── arguments: (length: 1)
+ │ │ └── @ IntegerNode (location: (5,6)-(5,7))
+ │ │ └── flags: decimal
+ │ ├── rparen_loc: (5,7)-(5,8) = ")"
+ │ └── block: ∅
+ └── @ SuperNode (location: (7,0)-(7,14))
+ ├── keyword_loc: (7,0)-(7,5) = "super"
+ ├── lparen_loc: (7,5)-(7,6) = "("
+ ├── arguments:
+ │ @ ArgumentsNode (location: (7,6)-(7,13))
+ │ └── arguments: (length: 3)
+ │ ├── @ IntegerNode (location: (7,6)-(7,7))
+ │ │ └── flags: decimal
+ │ ├── @ IntegerNode (location: (7,9)-(7,10))
+ │ │ └── flags: decimal
+ │ └── @ IntegerNode (location: (7,12)-(7,13))
+ │ └── flags: decimal
+ ├── rparen_loc: (7,13)-(7,14) = ")"
+ └── block: ∅