]> git.eshelyaron.com Git - emacs.git/commit
Add unit tests and documentation for Eshell pattern-based globs
authorJim Porter <jporterbugs@gmail.com>
Wed, 9 Mar 2022 01:07:26 +0000 (17:07 -0800)
committerEli Zaretskii <eliz@gnu.org>
Sun, 17 Apr 2022 07:27:39 +0000 (10:27 +0300)
commitbbb92dde01ec3fc46b24247fb2d181a21dbcc40a
tree46c8eaede0f5d432d447fefb768338f9e847ef4a
parent265f4ef70233c4708cbbdeb1850541570c40fdd6
Add unit tests and documentation for Eshell pattern-based globs

* lisp/eshell/em-glob.el (eshell-extended-glob): Fix docstring.
(eshell-glob-entries): Refer to '**/' in error (technically, '**' can
end a glob, but it means the same thing as '*').  (Bug#54470)

* test/lisp/eshell/em-glob-tests.el: New file.

* doc/misc/eshell.texi (Globbing): Document pattern-based globs.
doc/misc/eshell.texi
lisp/eshell/em-glob.el
test/lisp/eshell/em-glob-tests.el [new file with mode: 0644]