it('finds indexes in strings', function () {
    expect(tpl({a: 'foo', b: 'f'})).to.equal('0');
  });