[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 6e255ddfffa 3/7: * test/lisp/dnd-tests.el (dnd-tests-begin-text-d
From: |
Mattias Engdegård |
Subject: |
master 6e255ddfffa 3/7: * test/lisp/dnd-tests.el (dnd-tests-begin-text-drag): Fix typo. |
Date: |
Tue, 30 May 2023 11:46:53 -0400 (EDT) |
branch: master
commit 6e255ddfffa90d975eec62749c9acd385336f252
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>
* test/lisp/dnd-tests.el (dnd-tests-begin-text-drag): Fix typo.
---
test/lisp/dnd-tests.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/lisp/dnd-tests.el b/test/lisp/dnd-tests.el
index a603f29eb6d..9f97d739cec 100644
--- 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)))
- master updated (f8a79c0055f -> 49c56f33352), Mattias Engdegård, 2023/05/30
- master 9ae212fb1e5 4/7: xml.el: remove incorrect and botched attribute whitespace collapse, Mattias Engdegård, 2023/05/30
- master 49c56f33352 7/7: Add function declarations, Mattias Engdegård, 2023/05/30
- master ace9f677558 2/7: Avoid using rx `any` for `not-newline`, Mattias Engdegård, 2023/05/30
- master 27d68d790f7 6/7: ; * admin/cus-test.el (cus-test-apropos): remove TODO (already done), Mattias Engdegård, 2023/05/30
- master 845f97d475b 5/7: ; * admin/admin.el (cusver-scan): remove broken warning, Mattias Engdegård, 2023/05/30
- master 08291e6f175 1/7: Clean up defcustom type quote check, Mattias Engdegård, 2023/05/30
- master 6e255ddfffa 3/7: * test/lisp/dnd-tests.el (dnd-tests-begin-text-drag): Fix typo.,
Mattias Engdegård <=