diff options
| -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) |