* test/lisp/mail/rfc2045-tests.el: Make it work.
This commit is contained in:
parent
763df4bc17
commit
895a18eafb
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue