Sha256: e9449fd49803370d1570793dd1408329ebffa1b5d12f28f0ecfc43bfc9f4508f

Contents?: true

Size: 214 Bytes

Versions: 10

Compression:

Stored size: 214 Bytes

Contents

require 'facets/string/tabto'
require 'test/unit'

class TC_String_Tabto < Test::Unit::TestCase

  def test_tabto
    a = "xyz".tabto(4)
    assert_equal( '    ', a[0..3] )
    # Need to expand on this
  end

end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
facets-2.8.4 test/core/string/test_tabto.rb
facets-2.8.3 test/core/string/test_tabto.rb
facets-2.8.2 test/core/string/test_tabto.rb
facets-2.8.1 test/core/string/test_tabto.rb
facets-2.8.0 test/core/string/test_tabto.rb
facets-2.7.0 test/core/string/test_tabto.rb
facets-2.6.0 test/core/string/test_tabto.rb
facets-2.5.1 test/core/string/test_tabto.rb
facets-2.5.0 test/core/string/test_tabto.rb
facets-2.5.2 test/core/string/test_tabto.rb