emacs/test/lisp/emacs-lisp
Stefan Kangas 85480527d5 Prefer pos-bol and pos-eol in tests
* test/lisp/calendar/todo-mode-tests.el
(todo-test-toggle-item-header02, todo-test-edit-item-date-month)
(todo-test-multiline-item-indentation-1)
(todo-test-multiline-item-indentation-2)
(todo-test-multiline-item-indentation-3):
* test/lisp/cedet/semantic-utest-ia.el (semantic-ia-utest-buffer)
(semantic-sr-utest-buffer-refs):
* test/lisp/cedet/semantic-utest.el (semantic-utest-kill-indicator)
(semantic-utest-unkill-indicator):
* test/lisp/dired-tests.el (dired-test-bug27968):
* test/lisp/emacs-lisp/backtrace-tests.el
(backtrace-tests--verify-single-and-multi-line):
* test/lisp/emacs-lisp/find-func-tests.el
(find-func-tests--find-library-verbose):
* test/lisp/erc/erc-tests.el (erc-ring-previous-command)
(erc-log-irc-protocol):
* test/lisp/gnus/message-tests.el (message-mode-propertize):
* test/lisp/info-xref-tests.el (info-xref-test-emacs-manuals):
* test/lisp/mail/footnote-tests.el (footnote-tests-same-place):
* test/lisp/progmodes/elisp-mode-tests.el
(elisp-shorthand-completion-at-point):
* test/lisp/progmodes/f90-tests.el (f90-test-bug38415):
* test/lisp/progmodes/python-tests.el
(python-indent-electric-comma-inside-multiline-string)
(python-indent-electric-comma-after-multiline-string)
(python-indent-electric-colon-1, python-indent-electric-colon-2)
(python-indent-electric-colon-3, python-indent-electric-colon-4)
(python-mark-defun-2, python-mark-defun-3, python-mark-defun-4)
(python-mark-defun-5, python-nav-end-of-defun-2)
(python-nav-end-of-statement-1, python-nav-end-of-block-1)
(python-indent-dedent-line-backspace-2)
(python-indent-dedent-line-backspace-3)
(python-eldoc--get-symbol-at-point-1)
(python-info-beginning-of-statement-p-1)
(python-info-beginning-of-statement-p-2):
* test/lisp/replace-tests.el (replace-occur-revert-bug32543)
(replace-occur-revert-bug32987):
* test/lisp/simple-tests.el (simple-delete-indentation-boundaries)
(simple-delete-indentation-region)
(line-number-at-pos-in-narrow-buffer)
(line-number-at-pos-keeps-restriction):
* test/lisp/textmodes/css-mode-tests.el (css-mode-test-selectors)
(scss-mode-test-selectors):
* test/lisp/textmodes/fill-tests.el (fill-test-unbreakable-paragraph)
(fill-test-breakable-paragraph):
* test/lisp/time-stamp-tests.el (time-stamp-custom-pattern):
* test/src/lread-tests.el (lread-tests--last-message):
* test/src/process-tests.el (set-process-filter-t):
* test/src/undo-tests.el (undo-test-skip-invalidated-markers): Prefer
pos-bol and pos-eol.
2022-08-21 17:45:04 +02:00
..
bytecomp-resources Document and test 'no-byte-compile' behavior. 2022-06-21 19:11:05 +02:00
edebug-resources ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
eieio-tests Silence byte-compiler in eieio tests 2022-01-03 05:00:11 +01:00
faceup-resources ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
faceup-tests ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
macroexp-resources ; Add 2022 to copyright years. 2022-01-01 07:07:15 -05:00
package-resources Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
pp-resources Fix pp-emacs-lisp-code printing of cons cells 2022-05-17 19:45:20 +02:00
shadow-resources Use lexical-binding in most remaining emacs-lisp tests 2020-04-30 12:09:51 +02:00
testcover-resources Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
backquote-tests.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
backtrace-tests.el Prefer pos-bol and pos-eol in tests 2022-08-21 17:45:04 +02:00
benchmark-tests.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
bindat-tests.el bindat (strz): Null terminate fixed-length strings if there is room 2022-06-22 16:55:40 +03:00
bytecomp-tests.el Merge from origin/emacs-28 2022-07-14 11:37:42 +02:00
cconv-tests.el Fix cl-generic bootstrap problems 2022-06-24 11:04:51 +02:00
check-declare-tests.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
checkdoc-tests.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
cl-extra-tests.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
cl-generic-tests.el cl-generic-tests.el: Fix warning 2022-01-18 16:53:28 -05:00
cl-lib-tests.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
cl-macs-tests.el Make Edebug specification for 'cl-defstruct' more lenient. 2022-03-14 10:59:03 +01:00
cl-preloaded-tests.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
cl-print-tests.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
cl-seq-tests.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
comp-cstr-tests.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
copyright-tests.el Fix copyright-fix-years, use a dash to separate years in a range 2022-01-28 15:23:05 +01:00
derived-tests.el ; * test/lisp/emacs-lisp/derived-tests.el: Silence byte-compiler. 2022-01-26 00:44:00 +01:00
easy-mmode-tests.el Move buffer-local-set-state to subr because it's used at runtime 2022-05-06 16:09:38 +02:00
edebug-tests.el Fix edebug parsing of ., 2022-06-19 14:25:44 +02:00
ert-tests.el Fix EMBA failure for ert-test-record-backtrace 2022-03-12 22:40:49 +01:00
ert-x-tests.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
find-func-tests.el Prefer pos-bol and pos-eol in tests 2022-08-21 17:45:04 +02:00
float-sup-tests.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
generator-tests.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
gv-tests.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
hierarchy-tests.el Use lexical-binding in more tests 2020-08-29 22:41:51 +02:00
icons-tests.el Add support for user-customizable icons 2022-07-28 14:39:38 +02:00
let-alist-tests.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
lisp-mnt-tests.el ; Copyright year fixes 2022-01-01 10:02:17 -08:00
lisp-mode-tests.el Make which-func-mode output less junk 2022-08-08 14:32:33 +02:00
lisp-tests.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
macroexp-tests.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
map-tests.el Mark a few more map tests as unstable on Emacs 28 (Bug#46722). 2022-01-15 12:40:09 +01:00
memory-report-tests.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
multisession-tests.el ; Add 2022 to copyright years. 2022-01-01 07:07:15 -05:00
nadvice-tests.el * test/lisp/emacs-lisp/nadvice-tests.el: Re-add no-byte-compile. 2022-08-08 13:47:15 +02:00
oclosure-tests.el (oclosure-test-limits): Fix test failure when interpreted 2022-06-26 13:15:15 -04:00
package-tests.el Consider built-in packages to be installed 2022-08-02 12:14:09 +02:00
pcase-tests.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
pp-tests.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
range-tests.el Reduce code duplication in parts of (auto)load&defalias 2022-01-28 13:19:11 -05:00
regexp-opt-tests.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ring-tests.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
rmc-tests.el Make `?' work again in read-multiple-choice 2022-03-17 12:55:39 +01:00
rx-tests.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
seq-tests.el Further seq-uniq speed-ups for lists 2022-08-12 15:16:39 +02:00
shadow-tests.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
shortdoc-tests.el Test that buffer exists in shortdoc-all-groups-work 2022-01-04 03:52:42 +01:00
subr-x-tests.el Fix off-by-one error in string-truncate-left 2022-07-23 08:58:53 +02:00
syntax-tests.el Remove no-byte-compile cookie from some libraries 2022-08-08 11:50:33 +02:00
tabulated-list-tests.el ; Fix tabulated-list-mode tests after revert 2022-01-11 06:17:59 +01:00
testcover-tests.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
text-property-search-tests.el Make two text-property-search tests easier to read 2022-06-29 13:54:51 +02:00
thunk-tests.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
timer-tests.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
unsafep-tests.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
vtable-tests.el Add a new library to format variable-pitch tables 2022-02-19 13:16:28 +01:00
warnings-tests.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00