Sha256: 1826377d544cfef9446b00c923a4044adcbd155347e8e9ea161a63fb3c4f6b95

Contents?: true

Size: 177 Bytes

Versions: 8

Compression:

Stored size: 177 Bytes

Contents

require 'facets/string/lines'
require 'test/unit'

class TC_String_Lines < Test::Unit::TestCase

  def test_lines
    assert_equal( ['a','b','c'], "a\nb\nc".lines )
  end

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
facets-2.6.0 test/core/string/test_lines.rb
facets-2.4.3 test/core/string/test_lines.rb
facets-2.4.4 test/core/string/test_lines.rb
facets-2.4.2 test/core/string/test_lines.rb
facets-2.5.0 test/core/string/test_lines.rb
facets-2.5.1 test/core/string/test_lines.rb
facets-2.4.5 test/core/string/test_lines.rb
facets-2.5.2 test/core/string/test_lines.rb