diff options
Diffstat (limited to 'test/lisp')
| -rw-r--r-- | test/lisp/char-fold-tests.el | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/lisp/char-fold-tests.el b/test/lisp/char-fold-tests.el index 8a7414084b0..3fde312a133 100644 --- a/test/lisp/char-fold-tests.el +++ b/test/lisp/char-fold-tests.el | |||
| @@ -124,13 +124,5 @@ | |||
| 124 | ;; Ensure it took less than a second. | 124 | ;; Ensure it took less than a second. |
| 125 | (should (< (- (time-to-seconds) time) 1)))))) | 125 | (should (< (- (time-to-seconds) time) 1)))))) |
| 126 | 126 | ||
| 127 | (ert-deftest char-fold--test-bug-35802 () | ||
| 128 | (let* ((char-code-property-alist ; initial value | ||
| 129 | (cons '(decomposition . "uni-decomposition.el") | ||
| 130 | char-code-property-alist)) | ||
| 131 | (search-spaces-regexp "\\(\\s-\\|\n\\)+") | ||
| 132 | (char-fold-table (char-fold-make-table))) | ||
| 133 | (char-fold--test-match-exactly "ä" "ä"))) | ||
| 134 | |||
| 135 | (provide 'char-fold-tests) | 127 | (provide 'char-fold-tests) |
| 136 | ;;; char-fold-tests.el ends here | 128 | ;;; char-fold-tests.el ends here |