Sha256: 703db80d035ef273660eb157ae539aba98f6bdd554bef686c2a4426e8f673deb
Contents?: true
Size: 457 Bytes
Versions: 2
Compression:
Stored size: 457 Bytes
Contents
# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # # for lib/facet/string/chars.rb # # Extracted Mon Mar 13 13:24:08 UTC 2006 # Unit Tools Reap Test Extractor # require 'facet/string/chars.rb' require 'test/unit' class TCString < Test::Unit::TestCase def test_chars assert_equal( ["a","b","c"], "abc".chars ) assert_equal( ["a","b","\n","c"], "ab\nc".chars ) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
facets-1.1.0 | test/lib/facet/string/test_chars.rb |
facets-1.2.0 | test/lib/facet/string/test_chars.rb |