aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/enc
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of 6-byte codepoints in left_adjust_char_head in CESU-8 encodingJosef Haider2023-03-181-0/+4
* Prefer to use File.foreach instead of IO.foreachHiroshi SHIBATA2023-02-273-3/+3
* Prefer to use File.readlines instead of IO.readlinesHiroshi SHIBATA2023-02-271-1/+1
* add file version check for new Unicode emoji file headerMartin Dürst2022-12-061-1/+2
* Avoid defining the same test class in multiple filesJeremy Evans2022-04-222-164/+158
* Revert "Fix version check to use Emoji version for emoji-variation-sequences....Martin Dürst2022-03-161-1/+1
* Revert "Allow `.0` version mismatch to pass the tests"Martin Dürst2022-03-161-2/+1
* Allow `.0` version mismatch to pass the testsKoichi Sasada2022-03-161-1/+2
* Fix version check to use Emoji version for emoji-variation-sequences.txtMartin Dürst2022-03-161-1/+1
* Fix failuresKazuhiro NISHIYAMA2022-03-141-2/+8
* Use omit instead of skip: test/ruby/enc/**/*.rbHiroshi SHIBATA2021-12-294-4/+4
* Take into account data in emoji-variation-sequences.txt in tests.Martin Dürst2021-08-171-4/+4
* Deal with Unicode ranges in the file emoji-sequences.txtMartin Dürst2021-07-271-1/+10
* Adjust test/ruby/enc/test_emoji_breaks.rb to handle Emoji Version 13.1Martin Dürst2021-07-271-7/+8
* Adapt test_emoji_breaks.rb to Unicode 13.0.0/Emoji 13.0Martin Dürst2021-07-081-10/+29
* support multi-run for test/ruby/enc/test_regex_casefold.rbKoichi Sasada2020-01-291-1/+1
* Removed excess spacesNobuyoshi Nakada2019-06-282-2/+2
* Fixed name conflict between helper classesNobuyoshi Nakada2019-06-282-2/+8
* Add new encoding CESU-8 [Feature #15931]NARUSE, Yui2019-06-241-0/+109
* Test to disable ASCII-only optimizationNobuyoshi Nakada2019-05-171-0/+10
* add a test to make sure some unassigned codepoints do not get convertedduerst2018-12-101-0/+6
* implement special behavior for Georgian for String#capitalizeduerst2018-12-092-1/+22
* replace hardcoded emoji version by RbConfig::CONFIG['UNICODE_EMOJI_VERSION']duerst2018-12-071-2/+1
* update to Unicode 11.0.0 (main step, not complete yet)duerst2018-12-051-2/+2
* exclude skin tones as second component in TestEmojiBreaks#test_mixed_emojiduerst2018-12-041-0/+2
* change embedding character in TestEmojiBreaks#test_embedded_emojiduerst2018-12-041-2/+2
* solve the genie/zombie/wrestlers bugduerst2018-12-021-3/+0
* improve messages for test failuresduerst2018-11-261-7/+11
* add tests for grapheme clusters using Unicode Emoji test dataduerst2018-11-261-0/+117
* remove guard against bug #15337, because it is fixedduerst2018-11-241-2/+0
* add tests using Unicode test data for grapheme clustersduerst2018-11-241-0/+94
* fix unicode data directorynobu2017-12-231-5/+3
* update unicode data files directorynobu2017-12-222-2/+7
* fix UTF-32 valid_encoding?nobu2017-03-091-0/+68
* test_utf16.rb: refine valid_encoding testsnobu2017-03-091-50/+62
* add tests againts regressions for upcoming codepoint reordering in unfolding ...duerst2016-12-031-0/+25
* change test class name because it is not only about foldingduerst2016-12-031-3/+3
* fix uppercasing for U+A64B, CYRILLIC SMALL LETTER MONOGRAPH UKduerst2016-11-301-2/+0
* get rid of ambiguous parentheses warningsnobu2016-11-292-10/+10
* Fix erroneous test of target against targetduerst2016-11-291-1/+3
* * enc/windows_1254.c, test/ruby/enc/test_case_comprehensive.rb:duerst2016-10-161-1/+1
* test_regex_casefold.rb: skip if no data filenobu2016-08-261-1/+1
* * enc/iso_8859_2.c, test/ruby/enc/test_case_comprehensive.rb:duerst2016-07-301-1/+1
* * enc/windows_1257.c, test/ruby/enc/test_case_comprehensive.rb:duerst2016-07-261-1/+1
* * enc/windows_1250.c, test/ruby/enc/test_case_comprehensive.rb:duerst2016-07-261-1/+1
* * enc/windows_1251.c, test/ruby/enc/test_case_comprehensive.rb:duerst2016-07-261-1/+1
* * enc/windows_1251.c, test/ruby/enc/test_case_comprehensive.rb:duerst2016-07-261-1/+1
* * remove trailing spaces.svn2016-07-261-1/+1
* * test/ruby/enc/test_case_comprehensive.rb: Add explicit skip test forduerst2016-07-261-4/+13
* * enc/iso_8859_9.c, test/ruby/enc/test_case_comprehensive.rb:duerst2016-07-132-2/+2