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:
parent
988f45a75b
commit
3ec7005315
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user