comparison 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
comparison
equal deleted inserted replaced
4888:c27efc9acb5a 4889:1fbf8bffa545
1 2010-01-27 Ben Wing <ben@xemacs.org>
2
3 * automated/case-tests.el:
4 * automated/case-tests.el (char-as-unicode-escape): New.
5 Add a "torture test" that uses the full set of lower-upper case
6 mappings from Unicode. See whether strings composed of all
7 lower-case characters across all languages will correctly be
8 uppercased to the string equivalent to all uppercase characters,
9 and vice-versa, and whether you can correctly do a case-folding
10 search in a buffer for these characters, all at once or individually.
11 Result: a number of assertion failures.
12
1 2010-01-26 Aidan Kehoe <kehoea@parhasard.net> 13 2010-01-26 Aidan Kehoe <kehoea@parhasard.net>
2 14
3 * automated/mule-tests.el: 15 * automated/mule-tests.el:
4 Only give the list of character sets in HELLO once; correct it to 16 Only give the list of character sets in HELLO once; correct it to
5 reflect its current contents and the extant character sets. 17 reflect its current contents and the extant character sets.