* test-utf7.el (test-utf7-encode-string-alpha): Fix indent.
authorkaoru <kaoru>
Fri, 22 Jan 2010 02:23:16 +0000 (02:23 +0000)
committerkaoru <kaoru>
Fri, 22 Jan 2010 02:23:16 +0000 (02:23 +0000)
tests/ChangeLog
tests/test-utf7.el

index 1bba609..e2999bd 100644 (file)
@@ -1,5 +1,7 @@
 2010-01-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
 
+       * test-utf7.el (test-utf7-encode-string-alpha): Fix indent.
+
        * test-elmo-date.el (test-elmo-date-get-week): Add assert.
 
 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
index 6d93943..80cb839 100644 (file)
@@ -35,8 +35,8 @@
     "A+ImIDkQ-."
     (utf7-encode-string
      (concat "A"
-           (string (make-char 'mule-unicode-0100-24ff 121 34)
-                   (make-char 'mule-unicode-0100-24ff 38 113))
+            (string (make-char 'mule-unicode-0100-24ff 121 34)
+                    (make-char 'mule-unicode-0100-24ff 38 113))
             ".")))))
 
 (luna-define-method test-utf7-encode-string-plus ((case test-utf7))