index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
enc
/
test_emoji_breaks.rb
Age
Commit message (
Expand
)
Author
2023-02-27
Prefer to use File.foreach instead of IO.foreach
Hiroshi SHIBATA
2022-12-06
add file version check for new Unicode emoji file header
Martin Dürst
2022-04-22
Avoid defining the same test class in multiple files
Jeremy Evans
2022-03-16
Revert "Fix version check to use Emoji version for emoji-variation-sequences....
Martin Dürst
2022-03-16
Revert "Allow `.0` version mismatch to pass the tests"
Martin Dürst
2022-03-16
Allow `.0` version mismatch to pass the tests
Koichi Sasada
2022-03-16
Fix version check to use Emoji version for emoji-variation-sequences.txt
Martin Dürst
2022-03-14
Fix failures
Kazuhiro NISHIYAMA
2021-12-29
Use omit instead of skip: test/ruby/enc/**/*.rb
Hiroshi SHIBATA
2021-08-17
Take into account data in emoji-variation-sequences.txt in tests.
Martin Dürst
2021-07-27
Deal with Unicode ranges in the file emoji-sequences.txt
Martin Dürst
2021-07-27
Adjust test/ruby/enc/test_emoji_breaks.rb to handle Emoji Version 13.1
Martin Dürst
2021-07-08
Adapt test_emoji_breaks.rb to Unicode 13.0.0/Emoji 13.0
Martin Dürst
2019-06-28
Removed excess spaces
Nobuyoshi Nakada
2019-06-28
Fixed name conflict between helper classes
Nobuyoshi Nakada
2018-12-07
replace hardcoded emoji version by RbConfig::CONFIG['UNICODE_EMOJI_VERSION']
duerst
2018-12-05
update to Unicode 11.0.0 (main step, not complete yet)
duerst
2018-12-04
exclude skin tones as second component in TestEmojiBreaks#test_mixed_emoji
duerst
2018-12-04
change embedding character in TestEmojiBreaks#test_embedded_emoji
duerst
2018-12-02
solve the genie/zombie/wrestlers bug
duerst
2018-11-26
improve messages for test failures
duerst
2018-11-26
add tests for grapheme clusters using Unicode Emoji test data
duerst