* test/lisp/dnd-tests.el (dnd-tests-begin-text-drag): Fix typo.

This commit is contained in:
Mattias Engdegård 2023-05-30 10:23:39 +02:00
parent ace9f67755
commit 6e255ddfff

View file

@ -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)))