mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Tweak a hash table print test
This commit is contained in:
parent
988f45a75b
commit
3ec7005315
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue