comparison tests/ChangeLog @ 4504:b82fdf7305ee

Correct the implementation, add a few basic tests for #'skip-chars-quote. tests/ChangeLog addition: 2008-08-27 Aidan Kehoe <kehoea@parhasard.net> * automated/regexp-tests.el: Add a few basic #'skip-chars-forward, #'skip-chars-backward tests. lisp/ChangeLog addition: 2008-08-27 Aidan Kehoe <kehoea@parhasard.net> * subr.el (skip-chars-quote): Correct the implementation, following the docstring of #'skip-char-forward more closely rather than the documentation of character classes in the Lispref.
author Aidan Kehoe <kehoea@parhasard.net>
date Wed, 27 Aug 2008 21:47:21 +0200
parents c95c06ee1e9d
children 5e8f6469169f
comparison
equal deleted inserted replaced
4503:af95657e0bfd 4504:b82fdf7305ee
1 2008-08-27 Aidan Kehoe <kehoea@parhasard.net>
2
3 * automated/regexp-tests.el:
4 Add a few basic #'skip-chars-forward, #'skip-chars-backward
5 tests.
6
1 2008-08-10 Aidan Kehoe <kehoea@parhasard.net> 7 2008-08-10 Aidan Kehoe <kehoea@parhasard.net>
2 8
3 * automated/mule-tests.el (featurep): Update the list of character 9 * automated/mule-tests.el (featurep): Update the list of character
4 sets in etc/HELLO to reflect that we've deleted the 10 sets in etc/HELLO to reflect that we've deleted the
5 XEmacs-specific Arabic character sets. 11 XEmacs-specific Arabic character sets.