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:
parent
763df4bc17
commit
895a18eafb
@ -24,6 +24,7 @@
|
||||
;;; Code:
|
||||
|
||||
(require 'ert)
|
||||
(require 'rfc2045)
|
||||
|
||||
(ert-deftest rfc2045-test-encode-string ()
|
||||
(should (equal (rfc2045-encode-string "foo" "bar") "foo=bar"))
|
||||
|
Loading…
Reference in New Issue
Block a user