DEBSOURCES
Skip Quicknav
sources / libwww-mechanize-ruby / 1.0.0-1 / test / test_util.rb
1234567
require "helper" class TestUtil < Test::Unit::TestCase def test_from_native_charset assert_equal 'foo', Mechanize::Util.from_native_charset('foo', nil) end end