summaryrefslogtreecommitdiff
path: root/test/lisp/simple-tests.el
AgeCommit message (Expand)Author
2026-04-16ert-play-keys functionVincent Belaïche
2026-03-20simple-tests.el: Use `kmacro` functionStefan Monnier
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-02-24Move buffer related functions from ert-x.el to ert.elStefan Kangas
2025-02-24Support selecting buffer in ert-with-test-bufferStefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-11-25(undo-delta): Handle `apply` elements (bug#74523)Stefan Monnier
2024-06-27; Fix simple-tests as fallout of last changeEli Zaretskii
2024-06-27Add tests for `kill-whole-line' (bug#65734)Sebastian Miele
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-09-16Revert "Mark two tests as expensive"Stefan Kangas
2023-09-15Mark two tests as expensiveStefan Kangas
2023-09-04Use new ERT `skip-when` macro in testsStefan Kangas
2023-04-13Stronger checking in line-number-at-pos testsMattias Engdegård
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-11-18Fix simple-tests when run noninteractivelyMattias Engdegård
2022-11-13Fix suggest-key-bindings displaying key as commandStefan Kangas
2022-11-13New test for execute-extended-command helper defunStefan Kangas
2022-08-21Prefer pos-bol and pos-eol in testsStefan Kangas
2022-05-21zap-to-char: case sensitive for upper-case charactersTino Calancha
2022-05-20Add a new command 'yank-in-context'Lars Ingebrigtsen
2022-05-05Fix a mistaken test case in test-undo-regionLars Ingebrigtsen
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-09-26; Minor stylistic checkdoc fixes in test/**/*.elStefan Kangas
2021-08-18; Fix paren typoGlenn Morris
2021-08-18Add undo-in-region test case for bug#21523Lars Ingebrigtsen
2021-04-19; Normalize and add missing first and last linesStefan Kangas
2021-03-12Fix simple-tests--undo*Yuan Fu
2021-03-12Skip recent undo tests in batch mode for nowGlenn Morris
2021-03-11Map redo records for undo in region to 'undo-in-regionYuan Fu
2021-02-09Fix count-lines problem in non-ASCII buffersLars Ingebrigtsen
2021-02-08Add tests for count-linesStefan Kangas
2021-01-01Update copyright year to 2021Paul Eggert
2020-10-10Merge from origin/emacs-27Glenn Morris
2020-10-08Extend tests for shell-command-dont-erase-bufferMichael Albinus
2020-10-01Silence byte-compiler in two testsStefan Kangas
2020-08-27; Fix license statements.Stefan Kangas
2020-08-14Add test for Bug#41761Stefan Kangas
2020-06-07Merge from origin/emacs-27Glenn Morris
2020-06-03Silence some byte-compiler warnings in testsBasil L. Contovounesios
2020-04-29Merge from origin/emacs-27Glenn Morris
2020-04-27* test/lisp/simple-tests.el (with-shell-command-dont-erase-buffer):Michael Albinus
2020-04-26Make shell-command tests fit for tcsh.Michael Albinus
2020-04-18Merge from origin/emacs-27Glenn Morris
2020-04-18Fix "C-u M-!" when 'shell-command-dont-erase-buffer' is non-nilEli Zaretskii
2020-02-08* lisp/simple.el (undo-redo): New commandStefan Monnier
2020-01-24Remove (or double) redundant backslashes in string literalsMattias Engdegård
2020-01-20* test/lisp/simple-tests.el: Full path to Emacs binary (bug#39067).Mattias Engdegård
2020-01-19; Fix a test (Bug#39067)Tino Calancha