More Tests 

is(
  $formatter->format("one  two"),
  "one two",
  'extra internal whitespace handled correctly'
);