diff options
| author | Ken Brown | 2015-11-02 11:22:51 -0500 |
|---|---|---|
| committer | Ken Brown | 2015-11-02 11:22:51 -0500 |
| commit | a9cdc4a23c9ba93095cb6595972cbe2fde450e2c (patch) | |
| tree | 41b6f3cadecc73f2fc7e7299eb06b260d4f53abc /test | |
| parent | 5401bb8645f955b6fde8c0a5e5c8cf5ec1cab626 (diff) | |
| download | emacs-a9cdc4a23c9ba93095cb6595972cbe2fde450e2c.tar.gz emacs-a9cdc4a23c9ba93095cb6595972cbe2fde450e2c.zip | |
Document behavior of collation on Cygwin
* test/automated/fns-tests.el (fns-tests-collate-sort): Mark as
expected failure on Cygwin.
* doc/lispref/strings.texi (Text Comparison): Document that
punctuation and whitespace are not ignored for sorting on Cygwin.
Diffstat (limited to 'test')
| -rw-r--r-- | test/automated/fns-tests.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/automated/fns-tests.el b/test/automated/fns-tests.el index 7e9c1f1058d..b5222db3ca1 100644 --- a/test/automated/fns-tests.el +++ b/test/automated/fns-tests.el | |||
| @@ -155,6 +155,8 @@ | |||
| 155 | (9 . "aaa") (9 . "zzz") (9 . "ppp") (9 . "fff")]))) | 155 | (9 . "aaa") (9 . "zzz") (9 . "ppp") (9 . "fff")]))) |
| 156 | 156 | ||
| 157 | (ert-deftest fns-tests-collate-sort () | 157 | (ert-deftest fns-tests-collate-sort () |
| 158 | ;; See https://lists.gnu.org/archive/html/emacs-devel/2015-10/msg02505.html. | ||
| 159 | :expected-result (if (eq system-type 'cygwin) :failed :passed) | ||
| 158 | (skip-unless (fns-tests--collate-enabled-p)) | 160 | (skip-unless (fns-tests--collate-enabled-p)) |
| 159 | 161 | ||
| 160 | ;; Punctuation and whitespace characters are relevant for POSIX. | 162 | ;; Punctuation and whitespace characters are relevant for POSIX. |