More Tests 

is(
  $formatter->format("ab c d e f g"),
  "ab c d e\nf g",
  'packing lots of small words worked'
);