1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 00:01:33 -08:00
emacs/test/src
Paul Eggert e3575ee4b2 Fix recently-introduced file-name-absolute-p typo
Fix a bug introduced in 2019-07-24T21:28:13!eggert@cs.ucla.edu.
* src/fileio.c (file_name_absolute_p):
~/foo is also absolute (Bug#36809).
* test/src/fileio-tests.el (fileio-tests--file-name-absolute-p):
Rename from fileio-tests--no-such-user and add more tests.
2019-07-26 09:48:57 -07:00
..
regex-resources
alloc-tests.el
buffer-tests.el
callint-tests.el
callproc-tests.el
casefiddle-tests.el
charset-tests.el
chartab-tests.el
cmds-tests.el
coding-tests.el
data-tests.el
decompress-tests.el
doc-tests.el
editfns-tests.el
emacs-module-tests.el
eval-tests.el
fileio-tests.el Fix recently-introduced file-name-absolute-p typo 2019-07-26 09:48:57 -07:00
floatfns-tests.el
fns-tests.el
font-tests.el
inotify-tests.el
json-tests.el
keyboard-tests.el
keymap-tests.el
lcms-tests.el
lread-tests.el
marker-tests.el
minibuf-tests.el
print-tests.el
process-tests.el
regex-emacs-tests.el
syntax-tests.el
textprop-tests.el
thread-tests.el
timefns-tests.el
undo-tests.el
xml-tests.el