test('args without placeholder', function (t) {
  t.equals(i18n({'en': {a: ''}}).section('en').__('a', 'e'), '')
  t.end()
})