зеркало из https://github.com/github/ruby.git
update rbconfig spec to Unicode version 15.0.0
(this includes emoji version 15.0)
This commit is contained in:
Родитель
368b844874
Коммит
e0487ec45e
|
@ -16,8 +16,8 @@ describe "RbConfig::CONFIG['UNICODE_EMOJI_VERSION']" do
|
|||
|
||||
# Caution: ruby_version_is means is_or_later
|
||||
ruby_version_is "3.2" do
|
||||
it "is 14.0" do
|
||||
RbConfig::CONFIG['UNICODE_EMOJI_VERSION'].should == "14.0"
|
||||
it "is 15.0" do
|
||||
RbConfig::CONFIG['UNICODE_EMOJI_VERSION'].should == "15.0"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
@ -16,8 +16,8 @@ describe "RbConfig::CONFIG['UNICODE_VERSION']" do
|
|||
|
||||
# Caution: ruby_version_is means is_or_later
|
||||
ruby_version_is "3.2" do
|
||||
it "is 14.0.0" do
|
||||
RbConfig::CONFIG['UNICODE_VERSION'].should == "14.0.0"
|
||||
it "is 15.0.0" do
|
||||
RbConfig::CONFIG['UNICODE_VERSION'].should == "15.0.0"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче