method
test_00_06
v1_9_1_378 -
Show 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