emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 16b49e2: ; Fix typo


From: Ken Brown
Subject: [Emacs-diffs] master 16b49e2: ; Fix typo
Date: Mon, 1 May 2017 17:54:49 -0400 (EDT)

branch: master
commit 16b49e214ad828de29ceb57ad1b443eece9bba03
Author: Ken Brown <address@hidden>
Commit: Ken Brown <address@hidden>

    ; Fix typo
    
    * test/src/editfns-tests.el (format-time-string-with-zone): Fix
    typo in timezone specification.
---
 test/src/editfns-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/src/editfns-tests.el b/test/src/editfns-tests.el
index 7ed146d..7c555d9 100644
--- a/test/src/editfns-tests.el
+++ b/test/src/editfns-tests.el
@@ -160,7 +160,7 @@
     ;; United States DST in 1972.
     (should (string-equal
              (format-time-string "%Y-%m-%d %H:%M:%S.%3N %z (%Z)" look
-                                 "PST8PDT,M4.5.0,M10.5,0")
+                                 "PST8PDT,M4.5.0,M10.5.0")
              "1972-06-30 16:59:59.999 -0700 (PDT)"))
     ;; New South Wales DST in 1971-2.
     (should (string-equal



reply via email to

[Prev in Thread] Current Thread [Next in Thread]