Sha256: 76ee02befd8e633acd1887d77e09b49b55f70eb90452269ed0550769695d3750

Contents?: true

Size: 465 Bytes

Versions: 1

Compression:

Stored size: 465 Bytes

Contents

#  _____         _
# |_   _|__  ___| |_
#   | |/ _ \/ __| __|
#   | |  __/\__ \ |_
#   |_|\___||___/\__|
#
# for lib/facets/core/string/chars.rb
#
# Extracted Fri Feb 16 02:00:37 EST 2007
# Project.rb Test Extraction
#

require 'facets/core/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

1 entries across 1 versions & 1 rubygems

Version Path
facets-1.8.49 test/lib/facets/core/string/test_chars.rb