it('accepts a suffix to append', function () {
    expect(tplSuffix({str: 'foo bar bar', len: 5})).to.equal('foo b TBC');
  });