File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1419,8 +1419,8 @@ def inspect
14191419 ruby_bug "21842" , "" ..."4.1" do
14201420 it "returns BINARY encoding for strings that use the 8th bit" do
14211421 0x80 . upto ( 0xff ) do |char |
1422- result = @s . rb_interned_str ( char . chr , 1 )
1423- result . encoding . should == Encoding ::BINARY
1422+ result = @s . rb_interned_str ( char . chr , 1 )
1423+ result . encoding . should == Encoding ::BINARY
14241424 end
14251425 end
14261426 end
@@ -1478,8 +1478,8 @@ def inspect
14781478 ruby_bug "21842" , "" ..."4.1" do
14791479 it "returns BINARY encoding for strings that use the 8th bit" do
14801480 0x80 . upto ( 0xff ) do |char |
1481- result = @s . rb_interned_str_cstr ( char . chr )
1482- result . encoding . should == Encoding ::BINARY
1481+ result = @s . rb_interned_str_cstr ( char . chr )
1482+ result . encoding . should == Encoding ::BINARY
14831483 end
14841484 end
14851485 end
You can’t perform that action at this time.
0 commit comments