diff options
| author | Michael Albinus | 2018-08-27 12:51:44 +0200 |
|---|---|---|
| committer | Michael Albinus | 2018-08-27 12:51:44 +0200 |
| commit | c61fbc529343194923ca11dfe10e9afb8b2546d3 (patch) | |
| tree | 02ccba7f8c7917a8413d3e5e0a5928ba6a572d0f /test/src | |
| parent | e1370c36cef12e4ffdf4519a2eec6bb5b7727883 (diff) | |
| parent | 1afd313334c93cb5b0a7a378bd635a54dc1d6a9e (diff) | |
| download | emacs-c61fbc529343194923ca11dfe10e9afb8b2546d3.tar.gz emacs-c61fbc529343194923ca11dfe10e9afb8b2546d3.zip | |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/emacs-module-tests.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/src/emacs-module-tests.el b/test/src/emacs-module-tests.el index 90cd37a98a5..c67190be5cb 100644 --- a/test/src/emacs-module-tests.el +++ b/test/src/emacs-module-tests.el | |||
| @@ -148,6 +148,9 @@ changes." | |||
| 148 | (garbage-collect) ;; XXX: not enough to really test but it's something.. | 148 | (garbage-collect) ;; XXX: not enough to really test but it's something.. |
| 149 | (should (string= ref-str mod-str)))) | 149 | (should (string= ref-str mod-str)))) |
| 150 | 150 | ||
| 151 | (ert-deftest mod-test-globref-free-test () | ||
| 152 | (should (eq (mod-test-globref-free 1 'a "test" 'b) 'ok))) | ||
| 153 | |||
| 151 | (ert-deftest mod-test-string-a-to-b-test () | 154 | (ert-deftest mod-test-string-a-to-b-test () |
| 152 | (should (string= (mod-test-string-a-to-b "aaa") "bbb"))) | 155 | (should (string= (mod-test-string-a-to-b "aaa") "bbb"))) |
| 153 | 156 | ||