Mercurial > hg > xemacs-beta
comparison tests/ChangeLog @ 5647:1d9f603e9125
Turn on character classes in regex.c by default; test them in regexp-tests.el
2012-04-21 Aidan Kehoe <kehoea@parhasard.net>
* regex.h (RE_SYNTAX_EMACS):
Turn on character classes ([:alnum:] and friends) by default. This
implementation is incomplete, am working on a version that handles
non-ASCII characters correctly.
tests/ChangeLog addition:
2012-04-21 Aidan Kehoe <kehoea@parhasard.net>
* automated/regexp-tests.el:
* automated/regexp-tests.el (Assert-char-class):
Test the character classes functionality that was always in
regex.c but that has only just been turned on. These tests pass on
GNU Emacs 24.0.94.2.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 21 Apr 2012 09:41:27 +0100 |
parents | 5bda701e9e7c |
children | 3f4a234f4672 |
comparison
equal
deleted
inserted
replaced
5646:7aa144d1404b | 5647:1d9f603e9125 |
---|---|
1 2012-04-21 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * automated/regexp-tests.el: | |
4 * automated/regexp-tests.el (Assert-char-class): | |
5 Test the character classes functionality that was always in | |
6 regex.c but that has only just been turned on. These tests pass on | |
7 GNU Emacs 24.0.94.2. | |
8 | |
1 2012-01-14 Aidan Kehoe <kehoea@parhasard.net> | 9 2012-01-14 Aidan Kehoe <kehoea@parhasard.net> |
2 | 10 |
3 * automated/lisp-tests.el: | 11 * automated/lisp-tests.el: |
4 Check that `byte-compile-catch' doesn't strip keyword (as such, | 12 Check that `byte-compile-catch' doesn't strip keyword (as such, |
5 non-quoted) TAGs. | 13 non-quoted) TAGs. |