diff options
| author | Eli Zaretskii | 2015-08-08 18:54:10 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2015-08-08 18:54:10 +0300 |
| commit | ac9960b9a0e7d381ad3d33c29df10e5022b5bc4e (patch) | |
| tree | 54cffebd191a54b7e27a70577df197c327f4ea8b | |
| parent | 46387c54ad61155b615c6ad49f2bb19ad8311aee (diff) | |
| download | emacs-ac9960b9a0e7d381ad3d33c29df10e5022b5bc4e.tar.gz emacs-ac9960b9a0e7d381ad3d33c29df10e5022b5bc4e.zip | |
; Remove accidentally duplicated redisplay test.
; * test/redisplay-testsuite.el (test-redisplay-4): Remove
accidentally duplicated test.
| -rw-r--r-- | test/redisplay-testsuite.el | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/redisplay-testsuite.el b/test/redisplay-testsuite.el index a5ec1e89eaf..332eeb1cc9f 100644 --- a/test/redisplay-testsuite.el +++ b/test/redisplay-testsuite.el | |||
| @@ -263,14 +263,6 @@ static unsigned char x_bits[] = {0xff, 0x81, 0xbd, 0xa5, 0xa5, 0xbd, 0x81, 0xff | |||
| 263 | (insert "XYZ\n") | 263 | (insert "XYZ\n") |
| 264 | ;; Overlay strings with partial `invisibility' property and with a | 264 | ;; Overlay strings with partial `invisibility' property and with a |
| 265 | ;; display property on the before-string. | 265 | ;; display property on the before-string. |
| 266 | (insert "\n Expected: A...C") | ||
| 267 | (insert "\n Result: ") | ||
| 268 | (let ((opoint (point))) | ||
| 269 | (insert "X\n") | ||
| 270 | (let ((ov (make-overlay opoint (1+ opoint))) | ||
| 271 | (str "ABC")) | ||
| 272 | (put-text-property 1 2 'invisible 'test-redisplay--ellipsis-invis str) | ||
| 273 | (overlay-put ov 'display str))) | ||
| 274 | (insert "\n Expected: ..." | 266 | (insert "\n Expected: ..." |
| 275 | (propertize "DEF" 'display '(image :type xpm :file "close.xpm")) | 267 | (propertize "DEF" 'display '(image :type xpm :file "close.xpm")) |
| 276 | (propertize "ABC" 'face 'highlight) "XYZ") | 268 | (propertize "ABC" 'face 'highlight) "XYZ") |