method
test_00_06
ruby latest stable - Class:
Fill
test_00_06()public
No documentation available.
# File lib/prettyprint.rb, line 826
def test_00_06
expected = abcdefghijklmnopqrstu.chomp
assert_equal(expected, format(0))
assert_equal(expected, format(6))
end