method

test_00_06

v1_8_7_72 - Show latest stable - Class: Fill
test_00_06()
public

No documentation available.

# File lib/prettyprint.rb, line 848
    def test_00_06
      expected = "abc\ndef\nghi\njkl\nmno\npqr\nstu\n".chomp
      assert_equal(expected, format(0))
      assert_equal(expected, format(6))
    end