]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/lisp/dnd-tests.el (dnd-tests-begin-text-drag): Fix typo.
authorMattias Engdegård <mattiase@acm.org>
Tue, 30 May 2023 08:23:39 +0000 (10:23 +0200)
committerMattias Engdegård <mattiase@acm.org>
Tue, 30 May 2023 15:46:06 +0000 (17:46 +0200)
test/lisp/dnd-tests.el

index a603f29eb6d2b83acf7a8f4542015adf5e6c1417..9f97d739cec8501a2f96da50d7ce46c0406ef42d 100644 (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)))