aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
authorGlenn Morris2020-07-29 08:39:28 -0700
committerGlenn Morris2020-07-29 08:39:28 -0700
commit8f46e67ffdad7fd0887c9a0fc0a6a697c2cc4d50 (patch)
tree5fe3a872212efda8b105cd1d35840bc7e50b6824 /test/src
parent64a1b4245673aea1c9bce54226edcdeaf3064ca6 (diff)
parent1fc742b63ebfa548dd3ff6e99b530480e8c0b12c (diff)
downloademacs-8f46e67ffdad7fd0887c9a0fc0a6a697c2cc4d50.tar.gz
emacs-8f46e67ffdad7fd0887c9a0fc0a6a697c2cc4d50.zip
Merge from origin/emacs-27
1fc742b63e ; Update ChangeLog.3 4c7f6217da * etc/AUTHORS: Update. 24391f517a Update authors.el 56f958807c * etc/NEWS: Remove temporary markup. 73a2f51043 Add another test for global module references # Conflicts: # etc/AUTHORS # etc/NEWS
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