diff options
| author | Philipp Stephani | 2017-07-03 23:26:08 +0200 |
|---|---|---|
| committer | Philipp Stephani | 2017-07-03 23:26:08 +0200 |
| commit | 903c874d1018270643d63d8f258e0cc7dfd89951 (patch) | |
| tree | 11561801431708192da3cf2e012a027dff9161a6 /test | |
| parent | 4cd0db3d6e6e4d5bd49283483bdafbbfc0f583f1 (diff) | |
| download | emacs-903c874d1018270643d63d8f258e0cc7dfd89951.tar.gz emacs-903c874d1018270643d63d8f258e0cc7dfd89951.zip | |
; Remove unused text properties in test
* test/lisp/electric-tests.el (electric-quote-markdown-in-code):
Remove now-unused text properties.
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/electric-tests.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/lisp/electric-tests.el b/test/lisp/electric-tests.el index 9dd27661d46..c4ccec7a0d8 100644 --- a/test/lisp/electric-tests.el +++ b/test/lisp/electric-tests.el | |||
| @@ -706,8 +706,7 @@ baz\"\"" | |||
| 706 | :test-in-comments nil :test-in-strings nil) | 706 | :test-in-comments nil :test-in-strings nil) |
| 707 | 707 | ||
| 708 | (define-electric-pair-test electric-quote-markdown-in-code | 708 | (define-electric-pair-test electric-quote-markdown-in-code |
| 709 | #("`a`" 1 2 (face font-lock-constant-face)) "-'" | 709 | "`a`" "-'" :expected-string "`'a`" :expected-point 3 |
| 710 | :expected-string "`'a`" :expected-point 3 | ||
| 711 | :modes '(text-mode) | 710 | :modes '(text-mode) |
| 712 | :fixture-fn (lambda () | 711 | :fixture-fn (lambda () |
| 713 | (electric-quote-local-mode) | 712 | (electric-quote-local-mode) |