emacs-diffs
[Top][All Lists]
Advanced

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

master 3ec7005: Tweak a hash table print test


From: Lars Ingebrigtsen
Subject: master 3ec7005: Tweak a hash table print test
Date: Sun, 20 Sep 2020 06:26:43 -0400 (EDT)

branch: master
commit 3ec7005315f359540e2499b77397a67a86362fdb
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Tweak a hash table print test
---
 test/src/print-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/src/print-tests.el b/test/src/print-tests.el
index 51ef16d..eb9572d 100644
--- a/test/src/print-tests.el
+++ b/test/src/print-tests.el
@@ -374,7 +374,7 @@ otherwise, use a different charset."
 
   (should
    (string-match
-    "data (99 99"
+    "data (99 99)"
     (let ((h (make-hash-table)))
       (dotimes (i 100)
         (puthash i i h))



reply via email to

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