8000 Picking test fix from https://github.com/ruby/ruby/commit/3d8a66568e8… · github/ruby@34e990f · GitHub
[go: up one dir, main page]

Skip to content

Commit 34e990f

Browse files
hsbtk0kubun
authored andcommitted
Picking test fix from ruby@3d8a665
The original change is ruby@d78ff6a
1 parent aa5d760 commit 34e990f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ruby/test_env.rb

Lines changed: 1 addition & 1 deletion
< 4BF8 td data-grid-cell-id="diff-f9000c31dfb7fba68703e860732f3f2fce79575fa004f4d8c7859c03e1840afe-366-366-2" data-line-anchor="diff-f9000c31dfb7fba68703e860732f3f2fce79575fa004f4d8c7859c03e1840afeR366" data-selected="false" role="gridcell" style="background-color:var(--diffBlob-additionLine-bgColor, var(--diffBlob-addition-bgColor-line));padding-right:24px" tabindex="-1" valign="top" class="focusable-grid-cell diff-text-cell right-side-diff-cell left-side">+
assert_equal(%{{#{(key.encode(ENCODING) rescue key.b).inspect} => "foo"}}, ENV.inspect)
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ def test_inspect_encoding
363363
ENV.clear
364364
key = "VAR\u{e5 e1 e2 e4 e3 101 3042}"
365365
ENV[key] = "foo"
366-
assert_equal(%{{"VAR\u{e5 e1 e2 e4 e3 101 3042}" => "foo"}}, ENV.inspect)
366
367367
end
368368

369369
def test_to_a

0 commit comments

Comments
 (0)
0