summaryrefslogtreecommitdiff
path: root/test/ruby/enc
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/enc')
-rw-r--r--test/ruby/enc/test_emoji_breaks.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ruby/enc/test_emoji_breaks.rb b/test/ruby/enc/test_emoji_breaks.rb
index 5d22ba9185..53789aa225 100644
--- a/test/ruby/enc/test_emoji_breaks.rb
+++ b/test/ruby/enc/test_emoji_breaks.rb
@@ -30,7 +30,7 @@ end
class TestEmojiBreaks < Test::Unit::TestCase
EMOJI_DATA_FILES = %w[emoji-sequences emoji-test emoji-variation-sequences emoji-zwj-sequences]
- EMOJI_VERSION = '5.0' # hard-coded, should be replaced by
+ EMOJI_VERSION = '11.0' # hard-coded, should be replaced by
# RbConfig::CONFIG['UNICODE_EMOJI_VERSION'] or so, see feature #15341
EMOJI_DATA_PATH = File.expand_path("../../../enc/unicode/data/emoji/#{EMOJI_VERSION}", __dir__)
@@ -100,7 +100,7 @@ TestEmojiBreaks.data_files_available? and class TestEmojiBreaks
def test_mixed_emoji
srand 0
length = all_tests.length
- step = 503 # use a prime number
+ step = 503 # use a prime number
all_tests.each do |test1|
start = rand step
start.step(by: step, to: length-1) do |t2|