1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/ruby/enc
Martin Dürst fd7f61cf21 Take into account data in emoji-variation-sequences.txt in tests.
The emoji data in emoji-variation-sequences.txt was not used for
in test/ruby/enc/test_emoji_breaks.rb, for unknown reasons.
It turned out that the format of each of the emoji data/test files
is slightly different, and that we didn't take into account that
empty fields after a semicolon, as present in
emoji-variation-sequences.txt, led to less fields than expected
when using split.
This addresses issue #18027.
2021-08-17 16:03:52 +09:00
..
test_big5.rb
test_case_comprehensive.rb
test_case_mapping.rb
test_case_options.rb
test_cesu8.rb
test_cp949.rb
test_emoji.rb
test_emoji_breaks.rb Take into account data in emoji-variation-sequences.txt in tests. 2021-08-17 16:03:52 +09:00
test_euc_jp.rb
test_euc_kr.rb
test_euc_tw.rb
test_gb18030.rb
test_gbk.rb
test_grapheme_breaks.rb
test_iso_8859.rb
test_koi8.rb
test_regex_casefold.rb
test_shift_jis.rb
test_utf16.rb
test_utf32.rb
test_windows_1251.rb
test_windows_1252.rb