aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
authorKen Brown2017-05-01 17:54:21 -0400
committerKen Brown2017-05-01 17:54:21 -0400
commit16b49e214ad828de29ceb57ad1b443eece9bba03 (patch)
treec4497f9db5f4f217b446fb0be9f0abf2a184bce9 /test/src
parentc99a3b90a010448c14475666cb78f05860b0e1c2 (diff)
downloademacs-16b49e214ad828de29ceb57ad1b443eece9bba03.tar.gz
emacs-16b49e214ad828de29ceb57ad1b443eece9bba03.zip
; Fix typo
* test/src/editfns-tests.el (format-time-string-with-zone): Fix typo in timezone specification.
Diffstat (limited to 'test/src')
-rw-r--r--test/src/editfns-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/editfns-tests.el b/test/src/editfns-tests.el
index 7ed146dd91a..7c555d9f9c6 100644
--- a/test/src/editfns-tests.el
+++ b/test/src/editfns-tests.el
@@ -160,7 +160,7 @@
160 ;; United States DST in 1972. 160 ;; United States DST in 1972.
161 (should (string-equal 161 (should (string-equal
162 (format-time-string "%Y-%m-%d %H:%M:%S.%3N %z (%Z)" look 162 (format-time-string "%Y-%m-%d %H:%M:%S.%3N %z (%Z)" look
163 "PST8PDT,M4.5.0,M10.5,0") 163 "PST8PDT,M4.5.0,M10.5.0")
164 "1972-06-30 16:59:59.999 -0700 (PDT)")) 164 "1972-06-30 16:59:59.999 -0700 (PDT)"))
165 ;; New South Wales DST in 1971-2. 165 ;; New South Wales DST in 1971-2.
166 (should (string-equal 166 (should (string-equal