Sha256: e32536de8765ef560b578ad09c7d3e7591fffa2d8cbced76f449a3e46ee795a5

Contents?: true

Size: 169 Bytes

Versions: 4

Compression:

Stored size: 169 Bytes

Contents

covers 'facets/string/tabto'

testcase String do

  # TODO: Need to expand tabto tests
  unit :tabto do
    a = "xyz".tabto(4)
    a[0..3].assert ==  '    '
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
facets-2.9.1 test/core/string/test_tabto.rb
facets-2.9.0 test/core/string/test_tabto.rb
facets-2.9.0.pre.2 test/core/string/test_tabto.rb
facets-2.9.0.pre.1 test/core/string/test_tabto.rb