summaryrefslogtreecommitdiff
path: root/test/lisp/subr-tests.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Avoid raw control characters in two filesStefan Kangas2022-11-171-1/+1
* Audit some plist uses with new predicate argumentBasil L. Contovounesios2022-10-221-1/+4
* Faster and more robust list-of-strings-pMattias Engdegård2022-09-161-1/+2
* Add new predicate list-of-strings-pLars Ingebrigtsen2022-09-161-0/+7
* Restrict replace-*-in-region to the bounds defined by callerKévin Le Gouguec2022-09-111-2/+30
* test: Remove redundant "" arg to `mapconcat`Stefan Monnier2022-09-081-1/+1
* ; Use values instead of trying to ignore themMattias Engdegård2022-07-311-5/+8
* ; Silence byte-compiler in two testsStefan Kangas2022-07-311-1/+2
* Move a test from subr-tests to print-testsLars Ingebrigtsen2022-07-301-10/+0
* ; * test/lisp/subr-tests.el (string-comparison-test): Add more tests.Eli Zaretskii2022-07-281-0/+2
* a couple more `string-equal-ignore-case' test casesSam Steingold2022-07-281-0/+2
* Ensure that we don't call print-unreadable-function from " prin1"Lars Ingebrigtsen2022-07-281-0/+10
* Update test-print-unreadable-function after fixLars Ingebrigtsen2022-07-271-1/+0
* string-equal-ignore-case: new functionSam Steingold2022-07-261-0/+7
* Add a test for print-unreadable-functionLars Ingebrigtsen2022-07-261-1/+10
* Speed up `butlast`Mattias Engdegård2022-07-191-0/+17
* Add new type predicate plistpLars Ingebrigtsen2022-06-271-0/+9
* Avoid "control-control-KEY" (bug#55738)Mattias Engdegård2022-06-181-1/+1
* char-uppercase-p: New predicateTino Calancha2022-05-111-0/+7
* Fix compilation warnings in newer subr testsLars Ingebrigtsen2022-05-071-11/+12
* Add char-folding of double quotes in isearch-fold-quotes-mode (bug#24510)Juri Linkov2022-05-061-0/+3
* Move buffer-local-set-state to subr because it's used at runtimeLars Ingebrigtsen2022-05-061-0/+12
* Make some recently added tests actually runLars Ingebrigtsen2022-05-031-2/+3
* Fix key-parse problem with C-x ( ... sequencesLars Ingebrigtsen2022-05-031-0/+4
* Fix the OMIT-NULLS + "" case in string-linesLars Ingebrigtsen2022-05-021-0/+1
* Fix string-lines return for ""Lars Ingebrigtsen2022-05-011-0/+2
* Change string-lines semantics slightlyLars Ingebrigtsen2022-05-011-1/+1
* Add a KEEP-NEWLINES argument to string-linesLars Ingebrigtsen2022-04-301-0/+22
* Add new function 'readablep'Lars Ingebrigtsen2022-01-221-0/+4
* Add new function function-alias-pLars Ingebrigtsen2022-01-131-0/+17
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Silence byte-compiler in some testsStefan Kangas2021-12-041-0/+1
* | Make 'eval' use lexical scoping in most testsStefan Kangas2021-11-201-6/+7
* | Add new 'keymap-*' functionsLars Ingebrigtsen2021-11-161-107/+107
* | Do kbd-valid-p prefix comparisons case-sensitivelyLars Ingebrigtsen2021-10-181-0/+1
* | Allow <mouse-1> in kbd-valid-pLars Ingebrigtsen2021-10-171-0/+3
* | Add new function 'kbd-valid-p'Lars Ingebrigtsen2021-10-161-0/+114
* | New tests for kbd and edmacro-parse-keysStefan Kangas2021-10-131-4/+107
* | Merge from origin/emacs-28Glenn Morris2021-10-041-8/+7
|\|
| * Clarify the purpose of internal--format-docstring-lineStefan Kangas2021-10-031-8/+7
* | Expand internal--format-docstring-line testStefan Kangas2021-10-021-1/+2
|/
* Fix automatic filling of docstring in cl-defstructStefan Kangas2021-09-271-0/+12
* Don't quote nil and t in doc strings and commentsLars Ingebrigtsen2021-09-211-2/+2
* Add new function `ensure-list'Lars Ingebrigtsen2021-09-211-0/+5
* Move cl-lib tests for caaXr to subr-tests.elStefan Kangas2021-09-031-0/+19
* Add new macro `with-existing-directory'Lars Ingebrigtsen2021-09-011-0/+8
* Add new functions to replace strings/regexp in a regionLars Ingebrigtsen2021-08-161-0/+46