Tweak a hash table print test

This commit is contained in:
Lars Ingebrigtsen 2020-09-20 12:26:29 +02:00
parent 988f45a75b
commit 3ec7005315

View 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))