]> git.eshelyaron.com Git - emacs.git/commitdiff
Tweak a hash table print test
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 20 Sep 2020 10:26:29 +0000 (12:26 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 20 Sep 2020 10:26:29 +0000 (12:26 +0200)
test/src/print-tests.el

index 51ef16dd85a3fd31b4fc58599ed7bf19de4cec8b..eb9572dbdf40c5ffc7ac2a1f1592670d9c28c14a 100644 (file)
@@ -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))