From ac9960b9a0e7d381ad3d33c29df10e5022b5bc4e Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 8 Aug 2015 18:54:10 +0300 Subject: [PATCH] ; Remove accidentally duplicated redisplay test. ; * test/redisplay-testsuite.el (test-redisplay-4): Remove accidentally duplicated test. --- test/redisplay-testsuite.el | 8 -------- 1 file changed, 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 (insert "XYZ\n") ;; Overlay strings with partial `invisibility' property and with a ;; display property on the before-string. - (insert "\n Expected: A...C") - (insert "\n Result: ") - (let ((opoint (point))) - (insert "X\n") - (let ((ov (make-overlay opoint (1+ opoint))) - (str "ABC")) - (put-text-property 1 2 'invisible 'test-redisplay--ellipsis-invis str) - (overlay-put ov 'display str))) (insert "\n Expected: ..." (propertize "DEF" 'display '(image :type xpm :file "close.xpm")) (propertize "ABC" 'face 'highlight) "XYZ") -- 2.39.2