# File lib/active_support/vendor/i18n-0.1.3/test/simple_backend_test.rb, line 251
  def test_interpolate_given_a_value_hash_interpolates_into_unicode_string
    assert_equal 'Häi David!', @backend.send(:interpolate, nil, 'Häi {{name}}!', :name => 'David')
  end