From dceef0828a23e8298dd9a9aab1a33c49e84f17d6 Mon Sep 17 00:00:00 2001 From: Norman Clarke Date: Mon, 12 Apr 2010 12:44:25 -0300 Subject: Improve reliability of Inflector.transliterate. [#4374 state:resolved] Signed-off-by: Jeremy Kemper --- activesupport/test/inflector_test_cases.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'activesupport/test/inflector_test_cases.rb') diff --git a/activesupport/test/inflector_test_cases.rb b/activesupport/test/inflector_test_cases.rb index 29f87ac302..59515dad32 100644 --- a/activesupport/test/inflector_test_cases.rb +++ b/activesupport/test/inflector_test_cases.rb @@ -188,7 +188,10 @@ module InflectorTestCases StringToParameterizedAndNormalized = { "Malmö" => "malmo", "Garçons" => "garcons", - "Ops\331" => "ops" + "Ops\331" => "opsu", + "Ærøskøbing" => "aeroskobing", + "Aßlar" => "asslar", + "Japanese: 日本語" => "japanese" } UnderscoreToHuman = { -- cgit v1.2.3