projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ace9f67
)
* test/lisp/dnd-tests.el (dnd-tests-begin-text-drag): Fix typo.
author
Mattias Engdegård
<mattiase@acm.org>
Tue, 30 May 2023 08:23:39 +0000
(10:23 +0200)
committer
Mattias Engdegård
<mattiase@acm.org>
Tue, 30 May 2023 15:46:06 +0000
(17:46 +0200)
test/lisp/dnd-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/dnd-tests.el
b/test/lisp/dnd-tests.el
index a603f29eb6d2b83acf7a8f4542015adf5e6c1417..9f97d739cec8501a2f96da50d7ce46c0406ef42d 100644
(file)
--- a/
test/lisp/dnd-tests.el
+++ b/
test/lisp/dnd-tests.el
@@
-172,7
+172,7
@@
This function only tries to handle strings."
(extracted-1 (dnd-tests-extract-selection-data string-data-1 t))
(extracted (dnd-tests-extract-selection-data string-data t)))
(should (and (stringp extracted) (stringp extracted-1)))
- (should (equal extracted extracted)))
+ (should (equal extracted extracted
-1
)))
;; Now check text/plain.
(let ((string-data (dnd-tests-verify-selection-data
'text/plain)))