Sha256: d772aa67ab35cbbd045369f08d408304a90d66d2f6894285a93c804342b64b79

Contents?: true

Size: 530 Bytes

Versions: 1

Compression:

Stored size: 530 Bytes

Contents

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

require 'facets/core/string/self/patterns.rb'


  require 'test/unit'

  class TC01 < Test::Unit::TestCase

    def test_String_rand_letter
      assert_equal( //, String.patterns(//) )
      assert_equal( //, String.patterns(:chars) )
      assert_equal( /\ /, String.patterns(' ') )
    end

  end


Version data entries

1 entries across 1 versions & 1 rubygems

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