File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -1936,6 +1936,11 @@ def visit_multi_write_node(node)
1936
1936
end
1937
1937
end
1938
1938
1939
+ unless node . lparen_loc . nil?
1940
+ bounds ( node . lparen_loc )
1941
+ targets = on_mlhs_paren ( targets )
1942
+ end
1943
+
1939
1944
value = visit ( node . value )
1940
1945
1941
1946
bounds ( node . location )
Original file line number Diff line number Diff line change @@ -99,7 +99,6 @@ class RipperTest < TestCase
99
99
seattlerb/masgn_colon3.txt
100
100
seattlerb/masgn_double_paren.txt
101
101
seattlerb/masgn_lhs_splat.txt
102
- seattlerb/masgn_paren.txt
103
102
seattlerb/masgn_splat_arg.txt
104
103
seattlerb/masgn_splat_arg_arg.txt
105
104
seattlerb/masgn_star.txt
@@ -150,7 +149,6 @@ class RipperTest < TestCase
150
149
unparser/corpus/literal/case.txt
151
150
unparser/corpus/literal/class.txt
152
151
unparser/corpus/literal/def.txt
153
- unparser/corpus/literal/defined.txt
154
152
unparser/corpus/literal/dstr.txt
155
153
unparser/corpus/literal/empty.txt
156
154
unparser/corpus/literal/for.txt
You can’t perform that action at this time.
0 commit comments