Sha256: 0bbb9ff8330a3276274ab4d57b8853adef1b6dc7beea08a98b33bd06093bd519
Contents?: true
Size: 277 Bytes
Versions: 1
Compression:
Stored size: 277 Bytes
Contents
require 'test/environment' class UTF8DecodingTest < Test::Unit::TestCase context "The BEncode decoder" do should "be able to handle UTF8-encoded data" do assert_nothing_raised do BEncode.load_file('test/fixtures/test.torrent') end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bencode-0.6.0 | test/utf8_decoding_test.rb |