emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master ac9960b: ; Remove accidentally duplicated redisplay


From: Eli Zaretskii
Subject: [Emacs-diffs] master ac9960b: ; Remove accidentally duplicated redisplay test.
Date: Sat, 08 Aug 2015 15:55:06 +0000

branch: master
commit ac9960b9a0e7d381ad3d33c29df10e5022b5bc4e
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; Remove accidentally duplicated redisplay test.
    
    ; * test/redisplay-testsuite.el (test-redisplay-4): Remove
    accidentally duplicated test.
---
 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 a5ec1e8..332eeb1 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]