aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/seattlerb
diff options
context:
space:
mode:
Diffstat (limited to 'test/yarp/snapshots/seattlerb')
-rw-r--r--test/yarp/snapshots/seattlerb/case_in.txt2
-rw-r--r--test/yarp/snapshots/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes.txt2
-rw-r--r--test/yarp/snapshots/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes_windows.txt2
-rw-r--r--test/yarp/snapshots/seattlerb/lasgn_ivar_env.txt7
-rw-r--r--test/yarp/snapshots/seattlerb/parse_line_call_ivar_arg_no_parens_line_break.txt2
-rw-r--r--test/yarp/snapshots/seattlerb/parse_line_call_ivar_line_break_paren.txt2
6 files changed, 11 insertions, 6 deletions
diff --git a/test/yarp/snapshots/seattlerb/case_in.txt b/test/yarp/snapshots/seattlerb/case_in.txt
index 8a5fafdf74..5ea3d11b78 100644
--- a/test/yarp/snapshots/seattlerb/case_in.txt
+++ b/test/yarp/snapshots/seattlerb/case_in.txt
@@ -494,7 +494,7 @@ ProgramNode(0...747)(
ArrayPatternNode(627...643)(
nil,
[PinnedVariableNode(628...631)(
- InstanceVariableReadNode(629...631)(),
+ InstanceVariableReadNode(629...631)(:a),
(628...629)
),
PinnedVariableNode(633...636)(
diff --git a/test/yarp/snapshots/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes.txt b/test/yarp/snapshots/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes.txt
index cfb1f96443..5aab2888ef 100644
--- a/test/yarp/snapshots/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes.txt
+++ b/test/yarp/snapshots/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes.txt
@@ -6,7 +6,7 @@ ProgramNode(0...5)(
[StringNode(6...11)(nil, (6...11), nil, "foo\r"),
EmbeddedVariableNode(11...16)(
(11...12),
- InstanceVariableReadNode(12...16)()
+ InstanceVariableReadNode(12...16)(:bar)
),
StringNode(16...17)(nil, (16...17), nil, "\n")],
(17...21)
diff --git a/test/yarp/snapshots/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes_windows.txt b/test/yarp/snapshots/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes_windows.txt
index ee013f5137..04727011a2 100644
--- a/test/yarp/snapshots/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes_windows.txt
+++ b/test/yarp/snapshots/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes_windows.txt
@@ -6,7 +6,7 @@ ProgramNode(0...5)(
[StringNode(7...12)(nil, (7...12), nil, "foo\r"),
EmbeddedVariableNode(12...17)(
(12...13),
- InstanceVariableReadNode(13...17)()
+ InstanceVariableReadNode(13...17)(:bar)
),
StringNode(17...19)(nil, (17...19), nil, "\r\n")],
(19...24)
diff --git a/test/yarp/snapshots/seattlerb/lasgn_ivar_env.txt b/test/yarp/snapshots/seattlerb/lasgn_ivar_env.txt
index b71eeaf2a7..f065032f3a 100644
--- a/test/yarp/snapshots/seattlerb/lasgn_ivar_env.txt
+++ b/test/yarp/snapshots/seattlerb/lasgn_ivar_env.txt
@@ -1,6 +1,11 @@
ProgramNode(0...7)(
[],
StatementsNode(0...7)(
- [InstanceVariableWriteNode(0...7)((0...2), IntegerNode(5...7)(), (3...4))]
+ [InstanceVariableWriteNode(0...7)(
+ :a,
+ (0...2),
+ IntegerNode(5...7)(),
+ (3...4)
+ )]
)
)
diff --git a/test/yarp/snapshots/seattlerb/parse_line_call_ivar_arg_no_parens_line_break.txt b/test/yarp/snapshots/seattlerb/parse_line_call_ivar_arg_no_parens_line_break.txt
index b7cca1732b..efbc413fe1 100644
--- a/test/yarp/snapshots/seattlerb/parse_line_call_ivar_arg_no_parens_line_break.txt
+++ b/test/yarp/snapshots/seattlerb/parse_line_call_ivar_arg_no_parens_line_break.txt
@@ -6,7 +6,7 @@ ProgramNode(0...4)(
nil,
(0...1),
nil,
- ArgumentsNode(2...4)([InstanceVariableReadNode(2...4)()]),
+ ArgumentsNode(2...4)([InstanceVariableReadNode(2...4)(:b)]),
nil,
nil,
0,
diff --git a/test/yarp/snapshots/seattlerb/parse_line_call_ivar_line_break_paren.txt b/test/yarp/snapshots/seattlerb/parse_line_call_ivar_line_break_paren.txt
index ae67416e67..6466d9dd45 100644
--- a/test/yarp/snapshots/seattlerb/parse_line_call_ivar_line_break_paren.txt
+++ b/test/yarp/snapshots/seattlerb/parse_line_call_ivar_line_break_paren.txt
@@ -6,7 +6,7 @@ ProgramNode(0...6)(
nil,
(0...1),
(1...2),
- ArgumentsNode(2...4)([InstanceVariableReadNode(2...4)()]),
+ ArgumentsNode(2...4)([InstanceVariableReadNode(2...4)(:b)]),
(5...6),
nil,
0,