method
test_19_22
v1_8_7_330 -
Show latest stable
- Class:
Fill
test_19_22()public
No documentation available.
# File lib/prettyprint.rb, line 896
def test_19_22
expected = "abc def ghi jkl mno\npqr stu\n".chomp
assert_equal(expected, format(19))
assert_equal(expected, format(22))
end