[ci skip] use proper apostrophe

This commit is contained in:
ankit1910 2014-08-25 22:03:31 +05:30
parent 3fe54b3a05
commit d433dc5c6c
1 changed files with 1 additions and 1 deletions

View File

@ -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*")