From 3ec7005315f359540e2499b77397a67a86362fdb Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sun, 20 Sep 2020 12:26:29 +0200 Subject: [PATCH] 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 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))