it('trims whitespace when entire string is shorter than given length', function () {
    expect(tpl({str: ' fo ', len: 5})).to.equal('fo');
  });