1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Move two incorrectly named test files

* test/lisp/emacs-lisp/tabulated-list-test.el: Move from here...
* test/lisp/emacs-lisp/tabulated-list-tests.el: ...to here.
* test/lisp/url/url-handlers-test.el: Move from here...
* test/lisp/url/url-handlers-tests.el: ...to here.
This commit is contained in:
Stefan Kangas 2021-09-26 20:34:34 +02:00
parent 77494628e2
commit c00785cbab
2 changed files with 4 additions and 6 deletions

View file

@ -1,4 +1,4 @@
;;; url-handlers-test.el --- Test suite for url-handlers.el -*- lexical-binding: t; -*-
;;; url-handlers-tests.el --- Test suite for url-handlers.el -*- lexical-binding: t; -*-
;; Copyright (C) 2018-2021 Free Software Foundation, Inc.
@ -73,5 +73,4 @@
(should (equal (file-name-directory "https://foo.org/")
"https://foo.org/"))))
(provide 'url-handlers-test)
;;; url-handlers-test.el ends here
;;; url-handlers-tests.el ends here