emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 903c874: ; Remove unused text properties in test


From: Philipp Stephani
Subject: [Emacs-diffs] master 903c874: ; Remove unused text properties in test
Date: Mon, 3 Jul 2017 17:26:45 -0400 (EDT)

branch: master
commit 903c874d1018270643d63d8f258e0cc7dfd89951
Author: Philipp Stephani <address@hidden>
Commit: Philipp Stephani <address@hidden>

    ; Remove unused text properties in test
    
    * test/lisp/electric-tests.el (electric-quote-markdown-in-code):
    Remove now-unused text properties.
---
 test/lisp/electric-tests.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/test/lisp/electric-tests.el b/test/lisp/electric-tests.el
index 9dd2766..c4ccec7 100644
--- a/test/lisp/electric-tests.el
+++ b/test/lisp/electric-tests.el
@@ -706,8 +706,7 @@ baz\"\""
   :test-in-comments nil :test-in-strings nil)
 
 (define-electric-pair-test electric-quote-markdown-in-code
-  #("`a`" 1 2 (face font-lock-constant-face)) "-'"
-  :expected-string "`'a`" :expected-point 3
+  "`a`" "-'" :expected-string "`'a`" :expected-point 3
   :modes '(text-mode)
   :fixture-fn (lambda ()
                 (electric-quote-local-mode)



reply via email to

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