it('trims whitespace where non-whitespace string is longer than given length', function () {
    expect(tpl({str: ' foo bar bar ', len: 5})).to.equal('foo b…');
  });