# File lib/vendor/i18n/test/i18n_test.rb, line 79
  def test_translate_on_nested_symbol_keys_works
    assert_equal ".", I18n.t('currency.format.separator''currency.format.separator')
  end