method
test_19_22
ruby latest stable - Class:
Fill
test_19_22()public
No documentation available.
# File lib/prettyprint.rb, line 870
def test_19_22
expected = abc def ghi jkl mnopqr stu.chomp
assert_equal(expected, format(19))
assert_equal(expected, format(22))
end