We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ecd53 commit 5ecde6aCopy full SHA for 5ecde6a
test/test_basic.rb
@@ -64,7 +64,7 @@ def test_github_issue_16
64
ret = i.iconv("\xE3\x81\xBB\xE3\x81\x92")
65
ret << i.iconv(nil)
66
i.close
67
- assert_equal "\x82\xD9\x82\xB0".b, ret
+ assert_equal "\x82\xD9\x82\xB0", ret
68
rescue Iconv::InvalidEncoding
69
# ignore if the iconv doesn't support SHIFT_JISX0213
70
end
0 commit comments