aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/inflector_test_cases.rb
diff options
context:
space:
mode:
authorNorman Clarke <norman@njclarke.com>2010-04-12 12:44:25 -0300
committerJeremy Kemper <jeremy@bitsweat.net>2010-04-12 23:19:39 -0700
commitdceef0828a23e8298dd9a9aab1a33c49e84f17d6 (patch)
treec3fcba59013a1f543df7cfffda35c0ef4688b010 /activesupport/test/inflector_test_cases.rb
parent36f3634a6afbaf36015abb531d6bea6360654b81 (diff)
downloadrails-dceef0828a23e8298dd9a9aab1a33c49e84f17d6.tar.gz
rails-dceef0828a23e8298dd9a9aab1a33c49e84f17d6.tar.bz2
rails-dceef0828a23e8298dd9a9aab1a33c49e84f17d6.zip
Improve reliability of Inflector.transliterate. [#4374 state:resolved]
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
Diffstat (limited to 'activesupport/test/inflector_test_cases.rb')
-rw-r--r--activesupport/test/inflector_test_cases.rb5
1 files changed, 4 insertions, 1 deletions
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 = {