/vendor/gems/facets-2.4.5/test/core/string/test_bytes.rb
https://bitbucket.org/mediashelf/fedora-migrator · Ruby · 12 lines · 8 code · 4 blank · 0 comment · 0 complexity · 416674e535677e741a6ebae431af5eb6 MD5 · raw file
- require 'facets/string/bytes'
- require 'test/unit'
- class TC_String_Bytes < Test::Unit::TestCase
- def test_bytes
- s = "abc"
- assert_equal( s.unpack('C*'), s.bytes )
- end
- end