Mercurial > hg > xemacs-beta
diff tests/ChangeLog @ 4889:1fbf8bffa545
Add Unicode-case-table-based torture test to case-tests.el
-------------------- ChangeLog entries follow: --------------------
tests/ChangeLog addition:
2010-01-27 Ben Wing <ben@xemacs.org>
* automated/case-tests.el:
* automated/case-tests.el (char-as-unicode-escape): New.
Add a "torture test" that uses the full set of lower-upper case
mappings from Unicode. See whether strings composed of all
lower-case characters across all languages will correctly be
uppercased to the string equivalent to all uppercase characters,
and vice-versa, and whether you can correctly do a case-folding
search in a buffer for these characters, all at once or individually.
Result: a number of assertion failures.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 27 Jan 2010 05:27:02 -0600 |
parents | 29fb3baea939 |
children | 732c35cdded8 |
line wrap: on
line diff
--- a/tests/ChangeLog Wed Jan 27 00:37:59 2010 -0600 +++ b/tests/ChangeLog Wed Jan 27 05:27:02 2010 -0600 @@ -1,3 +1,15 @@ +2010-01-27 Ben Wing <ben@xemacs.org> + + * automated/case-tests.el: + * automated/case-tests.el (char-as-unicode-escape): New. + Add a "torture test" that uses the full set of lower-upper case + mappings from Unicode. See whether strings composed of all + lower-case characters across all languages will correctly be + uppercased to the string equivalent to all uppercase characters, + and vice-versa, and whether you can correctly do a case-folding + search in a buffer for these characters, all at once or individually. + Result: a number of assertion failures. + 2010-01-26 Aidan Kehoe <kehoea@parhasard.net> * automated/mule-tests.el: