From: Lars Ingebrigtsen Date: Sun, 20 Sep 2020 10:26:29 +0000 (+0200) Subject: Tweak a hash table print test X-Git-Tag: emacs-28.0.90~5989 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3ec7005315f359540e2499b77397a67a86362fdb;p=emacs.git Tweak a hash table print test --- diff --git a/test/src/print-tests.el b/test/src/print-tests.el index 51ef16dd85a..eb9572dbdf4 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))