aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
Diffstat (limited to 'test/src')
-rw-r--r--test/src/emacs-module-tests.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/src/emacs-module-tests.el b/test/src/emacs-module-tests.el
index 8465fd02e1e..51b2ca0cd51 100644
--- a/test/src/emacs-module-tests.el
+++ b/test/src/emacs-module-tests.el
@@ -162,6 +162,9 @@ changes."
162(ert-deftest mod-test-globref-free-test () 162(ert-deftest mod-test-globref-free-test ()
163 (should (eq (mod-test-globref-free 1 'a "test" 'b) 'ok))) 163 (should (eq (mod-test-globref-free 1 'a "test" 'b) 'ok)))
164 164
165(ert-deftest mod-test-globref-reordered ()
166 (should (equal (mod-test-globref-reordered) '(t t t nil))))
167
165(ert-deftest mod-test-string-a-to-b-test () 168(ert-deftest mod-test-string-a-to-b-test ()
166 (should (string= (mod-test-string-a-to-b "aaa") "bbb"))) 169 (should (string= (mod-test-string-a-to-b "aaa") "bbb")))
167 170