From 7e70c78867ab2b8e280f6a087b32a947b13776a7 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 16 Jul 2019 16:04:54 -0700 Subject: [PATCH] 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. --- test/lisp/electric-tests.el | 10 ---------- 1 file changed, 10 deletions(-) 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 ) " -- 2.39.2