String backslash corrections

* lisp/net/shr.el (shr-tag-video): Remove ineffective backslash.
* test/lisp/emacs-lisp/package-tests.el
(package-test-macro-compilation-gz): Make dot literal as intended.
This commit is contained in:
Mattias Engdegård 2021-11-18 15:05:47 +01:00
parent 03fba4da8f
commit 09a5dd8628
2 changed files with 2 additions and 2 deletions

View file

@ -383,7 +383,7 @@ but with a different end of line convention (bug#48137)."
(mapc #'delete-file
(directory-files-recursively dir "\\`[^\\.].*\\.elc\\'"))
(mapc (lambda (f) (call-process "gunzip" nil nil nil f))
(directory-files-recursively dir "\\`[^\\.].*\\.el.gz\\'"))))))
(directory-files-recursively dir "\\`[^\\.].*\\.el\\.gz\\'"))))))
(ert-deftest package-test-install-two-dependencies ()
"Install a package which includes a dependency."