emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/base32 a41fe7d0f7 072/103: Trivia: fix markup in test file


From: ELPA Syncer
Subject: [nongnu] elpa/base32 a41fe7d0f7 072/103: Trivia: fix markup in test file docstring
Date: Sat, 10 Feb 2024 13:00:09 -0500 (EST)

branch: elpa/base32
commit a41fe7d0f7d5a5841e8564c8290911b1bc81414a
Author: Vivek Das Mohapatra <vivek@collabora.co.uk>
Commit: Vivek Das Mohapatra <vivek@collabora.co.uk>

    Trivia: fix markup in test file docstring
---
 tests/test-totp.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/test-totp.el b/tests/test-totp.el
index b40f4c632a..ac1cf8df51 100644
--- a/tests/test-totp.el
+++ b/tests/test-totp.el
@@ -187,9 +187,9 @@ where N depends on the HMAC algorithm."
   "Compare two lists of alists. 
 The lists must have the same number of elements, in the same order. 
 The alists need only have the same keys returning the same values (as 
-determined by `assoc`).
-The alists may have 'masked' entries (having later keys that match
-earlier ones, whic would therefore not be returned by `assoc`)."
+determined by ‘assoc’).
+The alists may have “masked” entries (having later keys that match
+earlier ones, which would therefore not be returned by ‘assoc’)."
   (when (equal (length a) (length b))
     (let ((ok t) (i 0) item-a item-b key-lol j)
       (while (and ok (< i (length a)))



reply via email to

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