summaryrefslogtreecommitdiff
path: root/test/lisp/files-tests.el
Commit message (Expand)AuthorAgeFilesLines
* Fix data for files-tests-bug-21454 on CygwinKen Brown2022-08-281-14/+33
* Fix handling of UNCs in 'parse-colon-pathEli Zaretskii2022-08-241-3/+7
* Reinstate the Qload file name handlerLars Ingebrigtsen2022-06-021-2/+1
* Make files-tests.el more robustMichael Albinus2022-06-011-4/+12
* ; Fix typosStefan Kangas2022-05-151-1/+1
* Fix elc.gz loading test some moreLars Ingebrigtsen2022-04-231-0/+2
* Add a failing test case for bug#12598Lars Ingebrigtsen2022-04-231-0/+29
* ; Fix repeated lambda argnames in files-tests.el.Basil L. Contovounesios2022-04-201-2/+2
* Fix regression with multiple mode: entries in the prop lineLars Ingebrigtsen2022-04-191-0/+4
* Allow several mode: elements in the local variable sectionLars Ingebrigtsen2022-04-191-0/+4
* Fix major-mode setting regression when there's a mode: cookieLars Ingebrigtsen2022-04-181-0/+7
* Add a new command `restart-emacs'Lars Ingebrigtsen2022-04-171-1/+1
* Fix files-tests on MS-WindowsEli Zaretskii2022-02-171-15/+12
* Adjust files-test-file-size-human-readable testLars Ingebrigtsen2022-02-151-1/+1
* (files-tests--with-buffer-offer-save): Turn it into a functionStefan Monnier2022-01-101-48/+43
* Merge remote-tracking branch 'origin/emacs-28' into trunkStefan Monnier2022-01-101-1/+1
|\
| * (save-some-buffers): Simplify the fix for bug#46374Stefan Monnier2022-01-091-1/+1
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Change how Dired displays available spaceLars Ingebrigtsen2021-12-011-74/+0
* | Make 'eval' use lexical scoping in most testsStefan Kangas2021-11-201-1/+1
* | Add another 'abbreviate-file-name' testJim Porter2021-11-151-0/+9
* | Fix problem with non-absolute namesLars Ingebrigtsen2021-11-111-1/+1
* | Fix files-tests on MS-WindowsEli Zaretskii2021-11-111-8/+14
* | Add tests for 'insert-directory'John Cummings2021-11-111-0/+74
* | Add new function 'file-name-split'Lars Ingebrigtsen2021-11-101-0/+6
* | ; Fix duplicate temporary file creationStefan Kangas2021-11-081-19/+18
* | Merge from origin/emacs-28Michael Albinus2021-11-071-0/+33
|\ \ | |/
| * Add some unit tests for 'abbreviate-file-name'Jim Porter2021-11-071-0/+33
* | Prefer ert-with-temp-(directory|file)Stefan Kangas2021-11-071-127/+121
* | Replace some macros with ert-with-temp-(file|directory)Stefan Kangas2021-11-061-12/+4
* | ; * test/lisp/files-tests.el: Fix last commit.Stefan Kangas2021-10-271-1/+0
* | Add test for file-name-baseStefan Kangas2021-10-271-0/+9
|/
* Don't rely on lexical-binding being nil in testsMattias EngdegÄrd2021-09-221-0/+2
* Fix failures in recent files testsLars Ingebrigtsen2021-08-211-2/+2
* Fix documentation of recently-added tests for files.elEli Zaretskii2021-08-211-18/+17
* ; * test/lisp/files-tests.el: Add tests for save-some-buffers (Bug#46374)Tino Calancha2021-08-201-0/+214
* Use string-search instead of string-match[-p]Mattias EngdegÄrd2021-08-091-1/+1
* Another fix for parse-colon-pathEli Zaretskii2021-08-081-18/+15
* Fix files-tests broken on MS-Windows by a recent changeEli Zaretskii2021-08-071-3/+5
* Fix problem with relative directories in CDPATHLars Ingebrigtsen2021-08-071-1/+4
* Fix files-tests on non-Posix systemsEli Zaretskii2021-08-051-15/+28
* Make the test for auto-mode-alist from .dir-local.el stricterLars Ingebrigtsen2021-07-241-1/+7
* Add auto-mode-alist functionality to .dir-locals.elTom Tromey2021-07-231-0/+5
* Add new user option lock-file-name-transformsLars Ingebrigtsen2021-07-071-0/+38
* Add new function file-name-with-extensionColin Woodbury2021-06-301-0/+18
* Revert "Add `file-name-set-extension'"Michael Albinus2021-06-191-20/+0
* Add `file-name-set-extension'Michael Albinus2021-06-191-0/+20
* Always heed the `lexical-binding' local variableLars Ingebrigtsen2021-05-101-0/+13
* Fix unquoting of file names in subprocesses (Bug#48177)Michael Albinus2021-05-031-11/+13