1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-10 00:00:39 -08:00
emacs/test/lisp/emacs-lisp
Noam Postavsky dbe410d9ad Fix faceup tests when run from elc
String literals may be shared by the compiler, so the test string
needs to be copied before adding properties to it.  For single
properties, just use a string literal with properties.
* test/lisp/emacs-lisp/faceup-tests/faceup-test-basics.el
(faceup-markup): Split into...
(faceup-markup-basics, faceup-markup-escaping, faceup-markup-plain)
(faceup-markup-plain-full-text, faceup-markup-anonymous-face)
(faceup-markup-anonymous-face-2keys, faceup-markup-anonymous-nested)
(faceup-markup-nested, faceup-markup-overlapping)
(faceup-markup-multi-face, faceup-markup-multi-property): New tests.
2017-12-03 15:39:01 -05:00
..
edebug-resources Fix Edebug's handling of dotted specs (bug#6415) 2017-11-26 13:44:15 -08:00
eieio-tests Fix slot typecheck in eieio-persistent 2017-09-30 16:28:00 -07:00
faceup-resources New package, `faceup' 2017-10-26 21:31:28 +02:00
faceup-tests Fix faceup tests when run from elc 2017-12-03 15:39:01 -05:00
package-resources Don't use IP 0.0.0.0 for package test server (Bug#22582) 2017-02-25 12:56:09 -05:00
testcover-resources Stop Testcover from producing spurious 1value errors 2017-10-08 16:13:39 -07:00
benchmark-tests.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
bytecomp-tests.el Test that advice doesn't trigger bytecomp warnings (Bug#28803) 2017-10-21 19:20:46 -04:00
checkdoc-tests.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
cl-extra-tests.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
cl-generic-tests.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
cl-lib-tests.el * lisp/emacs-lisp/cl-macs.el: Fix bug#26073. 2017-11-27 15:33:30 -05:00
cl-macs-tests.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
cl-print-tests.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
cl-seq-tests.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
edebug-tests.el Fix Edebug's handling of dotted specs (bug#6415) 2017-11-26 13:44:15 -08:00
ert-tests.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ert-x-tests.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
generator-tests.el Fix dynamic binding wrapper in iter-lambda (bug#25965) 2017-10-05 12:43:15 -07:00
gv-tests.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
let-alist-tests.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
lisp-mode-tests.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
lisp-tests.el Don't fill keywords after Emacs Lisp docstring 2017-10-22 12:46:55 -06:00
map-tests.el Fix Edebug specs for map-let and with-maps-do 2017-10-24 08:17:33 -07:00
nadvice-tests.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
package-tests.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
pcase-tests.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
pp-tests.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
regexp-opt-tests.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ring-tests.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
rmc-tests.el Require seq in rmc.el 2017-10-27 20:21:26 +09:00
rx-tests.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
seq-tests.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
subr-x-tests.el Fix Edebug specs for if-let* and and-let* (Bug#29236) 2017-11-26 17:36:14 -08:00
tabulated-list-test.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
testcover-tests.el Rewrite Testcover's internals, fixing several bugs 2017-10-08 16:08:49 -07:00
thunk-tests.el Add macros thunk-let' and thunk-let*' 2017-12-01 08:54:05 +01:00
timer-tests.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00