projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
988f45a
)
Tweak a hash table print test
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 20 Sep 2020 10:26:29 +0000
(12:26 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 20 Sep 2020 10:26:29 +0000
(12:26 +0200)
test/src/print-tests.el
patch
|
blob
|
history
diff --git
a/test/src/print-tests.el
b/test/src/print-tests.el
index 51ef16dd85a3fd31b4fc58599ed7bf19de4cec8b..eb9572dbdf40c5ffc7ac2a1f1592670d9c28c14a 100644
(file)
--- 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))