diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-08-25 14:42:05 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-08-25 14:42:05 -0300 |
commit | b934cbe901c12a5b750b6d832e4ff6c729adb7e3 (patch) | |
tree | 90d281434e6e35a3e5a2e8645979d50831e63ae0 | |
parent | 0b7edd4418bcca97d517070d8578684a11897b8f (diff) | |
parent | d433dc5c6c0f30fa9d3cb70323db2e1802ac5156 (diff) | |
download | rails-b934cbe901c12a5b750b6d832e4ff6c729adb7e3.tar.gz rails-b934cbe901c12a5b750b6d832e4ff6c729adb7e3.tar.bz2 rails-b934cbe901c12a5b750b6d832e4ff6c729adb7e3.zip |
Merge pull request #16690 from ankit1910/proper-use-of-aporstrophe
[ci skip] use proper apostrophe
-rw-r--r-- | activesupport/test/transliterate_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/test/transliterate_test.rb b/activesupport/test/transliterate_test.rb index e0f85f4e7c..6833ae68a7 100644 --- a/activesupport/test/transliterate_test.rb +++ b/activesupport/test/transliterate_test.rb @@ -11,7 +11,7 @@ class TransliterateTest < ActiveSupport::TestCase 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*") |