1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

test/ruby/test_parse.rb: Prevent an "unused variable" warning

This commit is contained in:
Yusuke Endoh 2021-07-27 13:41:10 +09:00
parent 2d0a1e5f61
commit 2de7c29b37

View file

@ -1090,7 +1090,7 @@ x = __ENCODING__
v2 = <<~HEREDOC
something
#{other = "/#{var}"}
#{_other = "/#{var}"}
HEREDOC
v3 = <<~HEREDOC