# File lib/active_support/vendor/i18n-0.1.3/test/simple_backend_test.rb, line 409
  def test_translate_given_an_unknown_format_it_does_not_fail
    assert_nothing_raised{ @backend.localize 'de', @morning, '%x' }
  end