it('does not change strings shorter than given length', function () {
    expect(tpl({str: 'foo', len: 5})).to.equal('foo');
  });