From d433dc5c6c0f30fa9d3cb70323db2e1802ac5156 Mon Sep 17 00:00:00 2001 From: ankit1910 Date: Mon, 25 Aug 2014 22:03:31 +0530 Subject: [PATCH] [ci skip] use proper apostrophe --- activesupport/test/transliterate_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activesupport/test/transliterate_test.rb b/activesupport/test/transliterate_test.rb index e0f85f4e7c710..6833ae68a7bdd 100644 --- a/activesupport/test/transliterate_test.rb +++ b/activesupport/test/transliterate_test.rb @@ -11,7 +11,7 @@ def test_transliterate_should_not_change_ascii_chars end def test_transliterate_should_approximate_ascii - # create string with range of Unicode"s western characters with + # create string with range of Unicode's western characters with # diacritics, excluding the division and multiplication signs which for # some reason or other are floating in the middle of all the letters. string = (0xC0..0x17E).to_a.reject {|c| [0xD7, 0xF7].include?(c)}.pack("U*")