]> git.eshelyaron.com Git - emacs.git/commitdiff
; Remove unused text properties in test
authorPhilipp Stephani <phst@google.com>
Mon, 3 Jul 2017 21:26:08 +0000 (23:26 +0200)
committerPhilipp Stephani <phst@google.com>
Mon, 3 Jul 2017 21:26:08 +0000 (23:26 +0200)
* test/lisp/electric-tests.el (electric-quote-markdown-in-code):
Remove now-unused text properties.

test/lisp/electric-tests.el

index 9dd27661d46ec81383990d44aa94d3957d7c617c..c4ccec7a0d828720a51c3b952a0e4dd9534f01a6 100644 (file)
@@ -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)