emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/hyperbole 723b7ec 8/8: Rename hypb-test to hypb-tests (


From: Stefan Monnier
Subject: [elpa] externals/hyperbole 723b7ec 8/8: Rename hypb-test to hypb-tests (#62)
Date: Sat, 10 Apr 2021 18:13:13 -0400 (EDT)

branch: externals/hyperbole
commit 723b7ec091102ecd0e300364b1ed7c1d315027d8
Author: Mats Lidell <mats.lidell@lidells.se>
Commit: GitHub <noreply@github.com>

    Rename hypb-test to hypb-tests (#62)
---
 Changes                              | 4 ++++
 test/{hypb-test.el => hypb-tests.el} | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/Changes b/Changes
index a98619a..6231d30 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+2021-04-07  Mats Lidell  <matsl@gnu.org>
+
+* test/hypb-tests.el: Rename test file
+
 2021-04-05  Mats Lidell  <matsl@gnu.org>
 
 * test/hypb-test.el (hypb:replace-match-string-test): ert test for
diff --git a/test/hypb-test.el b/test/hypb-tests.el
similarity index 96%
rename from test/hypb-test.el
rename to test/hypb-tests.el
index da9b8e2..c64ee4e 100644
--- a/test/hypb-test.el
+++ b/test/hypb-tests.el
@@ -1,4 +1,4 @@
-;;; hypb-test.el --- test for hypb.el         -*- lexical-binding: t; -*-
+;;; hypb-tests.el --- test for hypb.el         -*- lexical-binding: t; -*-
 
 ;; Author: Mats Lidell <matsl@gnu.org>
 ;;
@@ -86,5 +86,5 @@
   (should (equal (hypb:replace-match-string "\\`\\|x" "--xx--" "z")
                  "z--zz--")))
 
-(provide 'hypb-test)
-;;; hypb-test.el ends here
+(provide 'hypb-tests)
+;;; hypb-tests.el ends here



reply via email to

[Prev in Thread] Current Thread [Next in Thread]