; Remove unused text properties in test
* test/lisp/electric-tests.el (electric-quote-markdown-in-code): Remove now-unused text properties.
This commit is contained in:
parent
4cd0db3d6e
commit
903c874d10
1 changed files with 1 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue