* test/lisp/dnd-tests.el (dnd-tests-begin-text-drag): Fix typo.
This commit is contained in:
parent
ace9f67755
commit
6e255ddfff
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue