aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/unparser/corpus/literal/since/31.txt
diff options
context:
space:
mode:
authorJemma Issroff <jemmaissroff@gmail.com>2023-06-20 11:53:02 -0400
committerTakashi Kokubun <takashikkbn@gmail.com>2023-06-21 11:25:39 -0700
commitcc7f765f2c12a9ba050b0d95f9d85f3923c8d944 (patch)
tree5b5c60c1950240900dc749773083324a0e39748a /test/yarp/snapshots/unparser/corpus/literal/since/31.txt
parent08478fefca827276d68e33f2e6a5940c85957a51 (diff)
downloadruby-cc7f765f2c12a9ba050b0d95f9d85f3923c8d944.tar.gz
[Feature #19741] Sync all files in yarp
This commit is the initial sync of all files from ruby/yarp into ruby/ruby. Notably, it does the following: * Sync all ruby/yarp/lib/ files to ruby/ruby/lib/yarp * Sync all ruby/yarp/src/ files to ruby/ruby/yarp/ * Sync all ruby/yarp/test/ files to ruby/ruby/test/yarp
Diffstat (limited to 'test/yarp/snapshots/unparser/corpus/literal/since/31.txt')
-rw-r--r--test/yarp/snapshots/unparser/corpus/literal/since/31.txt75
1 files changed, 75 insertions, 0 deletions
diff --git a/test/yarp/snapshots/unparser/corpus/literal/since/31.txt b/test/yarp/snapshots/unparser/corpus/literal/since/31.txt
new file mode 100644
index 0000000000..b646850e2b
--- /dev/null
+++ b/test/yarp/snapshots/unparser/corpus/literal/since/31.txt
@@ -0,0 +1,75 @@
+ProgramNode(0...51)(
+ [],
+ StatementsNode(0...51)(
+ [DefNode(0...23)(
+ (4...7),
+ nil,
+ ParametersNode(8...9)(
+ [],
+ [],
+ [],
+ nil,
+ [],
+ nil,
+ BlockParameterNode(8...9)(nil, (8...9))
+ ),
+ StatementsNode(13...19)(
+ [CallNode(13...19)(
+ nil,
+ nil,
+ (13...16),
+ (16...17),
+ ArgumentsNode(17...18)(
+ [BlockArgumentNode(17...18)(nil, (17...18))]
+ ),
+ (18...19),
+ nil,
+ 0,
+ "bar"
+ )]
+ ),
+ [:&],
+ (0...3),
+ nil,
+ (7...8),
+ (9...10),
+ nil,
+ (20...23)
+ ),
+ DefNode(25...51)(
+ (29...32),
+ nil,
+ ParametersNode(33...37)(
+ [RequiredParameterNode(33...34)(:a)],
+ [],
+ [],
+ nil,
+ [],
+ nil,
+ BlockParameterNode(36...37)(nil, (36...37))
+ ),
+ StatementsNode(41...47)(
+ [CallNode(41...47)(
+ nil,
+ nil,
+ (41...44),
+ (44...45),
+ ArgumentsNode(45...46)(
+ [BlockArgumentNode(45...46)(nil, (45...46))]
+ ),
+ (46...47),
+ nil,
+ 0,
+ "bar"
+ )]
+ ),
+ [:a, :&],
+ (25...28),
+ nil,
+ (32...33),
+ (37...38),
+ nil,
+ (48...51)
+ )]
+ )
+)