This commit is contained in:
Kazuhiro NISHIYAMA 2022-04-17 20:57:31 +09:00
Родитель be52c72889
Коммит 50f3e93c80
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 262ED8DBB4222F7A
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -53,7 +53,7 @@ describe :string_to_sym, shared: true do
sym.to_s.should == binary_string
end
it "ignores exising symbols with different encoding" do
it "ignores existing symbols with different encoding" do
source = "fée"
iso_symbol = source.force_encoding(Encoding::ISO_8859_1).send(@method)