More Tests 

is(
  $formatter->format("one two three go!"),
  "one two\nthree\ngo!",
  'packing to just past the end of the line worked'
);