1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00

* test/lisp/mail/rfc2045-tests.el: Make it work.

This commit is contained in:
Glenn Morris 2020-04-26 16:47:04 -07:00
parent 763df4bc17
commit 895a18eafb

View File

@ -24,6 +24,7 @@
;;; Code:
(require 'ert)
(require 'rfc2045)
(ert-deftest rfc2045-test-encode-string ()
(should (equal (rfc2045-encode-string "foo" "bar") "foo=bar"))