diff options
| author | Glenn Morris | 2020-04-26 16:47:04 -0700 |
|---|---|---|
| committer | Glenn Morris | 2020-04-26 16:47:04 -0700 |
| commit | 895a18eafb84bca68045e552437dbb00a15a9f56 (patch) | |
| tree | 177dc675bda9ffc5a6708c077640286fc2145579 /test | |
| parent | 763df4bc171c9742cf04b029ddfe495d52461bcf (diff) | |
| download | emacs-895a18eafb84bca68045e552437dbb00a15a9f56.tar.gz emacs-895a18eafb84bca68045e552437dbb00a15a9f56.zip | |
* test/lisp/mail/rfc2045-tests.el: Make it work.
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/mail/rfc2045-tests.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lisp/mail/rfc2045-tests.el b/test/lisp/mail/rfc2045-tests.el index 844b16a1d93..edd7a88c69e 100644 --- a/test/lisp/mail/rfc2045-tests.el +++ b/test/lisp/mail/rfc2045-tests.el | |||
| @@ -24,6 +24,7 @@ | |||
| 24 | ;;; Code: | 24 | ;;; Code: |
| 25 | 25 | ||
| 26 | (require 'ert) | 26 | (require 'ert) |
| 27 | (require 'rfc2045) | ||
| 27 | 28 | ||
| 28 | (ert-deftest rfc2045-test-encode-string () | 29 | (ert-deftest rfc2045-test-encode-string () |
| 29 | (should (equal (rfc2045-encode-string "foo" "bar") "foo=bar")) | 30 | (should (equal (rfc2045-encode-string "foo" "bar") "foo=bar")) |