emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 7e70c78: An electric test is now passing


From: Glenn Morris
Subject: [Emacs-diffs] master 7e70c78: An electric test is now passing
Date: Tue, 16 Jul 2019 19:05:11 -0400 (EDT)

branch: master
commit 7e70c78867ab2b8e280f6a087b32a947b13776a7
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    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 0e4ac99..d62f6e3 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  )  "



reply via email to

[Prev in Thread] Current Thread [Next in Thread]