; Fix typo

* test/src/editfns-tests.el (format-time-string-with-zone): Fix
typo in timezone specification.
This commit is contained in:
Ken Brown 2017-05-01 17:54:21 -04:00
parent c99a3b90a0
commit 16b49e214a

View file

@ -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