diff options
| author | Mattias EngdegÄrd | 2023-05-30 10:23:39 +0200 |
|---|---|---|
| committer | Mattias EngdegÄrd | 2023-05-30 17:46:06 +0200 |
| commit | 6e255ddfffa90d975eec62749c9acd385336f252 (patch) | |
| tree | d15121ac94637acb9be258de6c6fb575b0f15dd3 | |
| parent | ace9f6775580459c35254607d866f3bb22a8c45b (diff) | |
| download | emacs-6e255ddfffa90d975eec62749c9acd385336f252.tar.gz emacs-6e255ddfffa90d975eec62749c9acd385336f252.zip | |
* test/lisp/dnd-tests.el (dnd-tests-begin-text-drag): Fix typo.
| -rw-r--r-- | test/lisp/dnd-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 172 | (extracted-1 (dnd-tests-extract-selection-data string-data-1 t)) | 172 | (extracted-1 (dnd-tests-extract-selection-data string-data-1 t)) |
| 173 | (extracted (dnd-tests-extract-selection-data string-data t))) | 173 | (extracted (dnd-tests-extract-selection-data string-data t))) |
| 174 | (should (and (stringp extracted) (stringp extracted-1))) | 174 | (should (and (stringp extracted) (stringp extracted-1))) |
| 175 | (should (equal extracted extracted))) | 175 | (should (equal extracted extracted-1))) |
| 176 | ;; Now check text/plain. | 176 | ;; Now check text/plain. |
| 177 | (let ((string-data (dnd-tests-verify-selection-data | 177 | (let ((string-data (dnd-tests-verify-selection-data |
| 178 | 'text/plain))) | 178 | 'text/plain))) |