projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cd0db3
)
; Remove unused text properties in test
author
Philipp Stephani
<phst@google.com>
Mon, 3 Jul 2017 21:26:08 +0000
(23:26 +0200)
committer
Philipp 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
patch
|
blob
|
history
diff --git
a/test/lisp/electric-tests.el
b/test/lisp/electric-tests.el
index 9dd27661d46ec81383990d44aa94d3957d7c617c..c4ccec7a0d828720a51c3b952a0e4dd9534f01a6 100644
(file)
--- 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)