diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/emacs-lisp/ert-tests.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/lisp/emacs-lisp/ert-tests.el b/test/lisp/emacs-lisp/ert-tests.el index ac130644743..270cca1c2e7 100644 --- a/test/lisp/emacs-lisp/ert-tests.el +++ b/test/lisp/emacs-lisp/ert-tests.el | |||
| @@ -881,6 +881,9 @@ This macro is used to test if macroexpansion in `should' works." | |||
| 881 | "Check that `lexical-binding' in `ert-deftest' has the file value." | 881 | "Check that `lexical-binding' in `ert-deftest' has the file value." |
| 882 | (should (equal lexical-binding t))) | 882 | (should (equal lexical-binding t))) |
| 883 | 883 | ||
| 884 | (ert-deftest ert-test-get-explainer () | ||
| 885 | (should (eq (ert--get-explainer 'string-equal) 'ert--explain-string-equal)) | ||
| 886 | (should (eq (ert--get-explainer 'string=) 'ert--explain-string-equal))) | ||
| 884 | 887 | ||
| 885 | (provide 'ert-tests) | 888 | (provide 'ert-tests) |
| 886 | 889 | ||