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