1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-15 09:47:20 +00:00

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