fix wording of spec description [ci skip]

This commit is contained in:
Martin Dürst 2023-05-13 10:06:24 +09:00
Родитель 93dd13d97a
Коммит 30326844c7
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -15,7 +15,7 @@ describe "Source files" do
end end
describe "encoded in UTF-16 LE without a BOM" do describe "encoded in UTF-16 LE without a BOM" do
it "are parsed because empty as they contain a NUL byte before the encoding comment" do it "are parsed as empty because they contain a NUL byte before the encoding comment" do
ruby_exe(fixture(__FILE__, "utf16-le-nobom.rb"), args: "2>&1").should == "" ruby_exe(fixture(__FILE__, "utf16-le-nobom.rb"), args: "2>&1").should == ""
end end
end end