From: Glenn Morris Date: Tue, 16 Jul 2019 23:04:54 +0000 (-0700) Subject: An electric test is now passing X-Git-Tag: emacs-27.0.90~1872 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7e70c78867ab2b8e280f6a087b32a947b13776a7;p=emacs.git An electric test is now passing * test/lisp/electric-tests.el (electric-pair-whitespace-chomping-2-at-point-4-in-c++-mode-in-strings): Seems to pass since today's cc-mode changes. --- diff --git a/test/lisp/electric-tests.el b/test/lisp/electric-tests.el index 0e4ac990524..d62f6e34387 100644 --- a/test/lisp/electric-tests.el +++ b/test/lisp/electric-tests.el @@ -397,16 +397,6 @@ baz\"\"" "\" ( \n \n ) \"" 4 41 "\" () \"" 5 'c++-mode '((electric-pair-skip-whitespace . chomp)) (lambda () (electric-pair-mode 1)))) -;; A test failure introduced by: -;; -;; bb591f139f: Enhance CC Mode's fontification, etc., of unterminated strings. -;; -;; Hopefully CC mode will sort this out eventually. See -;; https://lists.gnu.org/archive/html/emacs-devel/2018-06/msg00535.html -(setf - (ert-test-expected-result-type - (ert-get-test 'electric-pair-whitespace-chomping-2-at-point-4-in-c++-mode-in-strings)) - :failed) (define-electric-pair-test whitespace-chomping-dont-cross-comments " ( \n\t\t\n ) " "--)------" :expected-string " () \n\t\t\n ) "