]> git.eshelyaron.com Git - emacs.git/commitdiff
An electric test is now passing
authorGlenn Morris <rgm@gnu.org>
Tue, 16 Jul 2019 23:04:54 +0000 (16:04 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 16 Jul 2019 23:04:54 +0000 (16:04 -0700)
* 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

index 0e4ac990524ffd25798d7e57ac98eb03ec2ab8ec..d62f6e34387c096dbd6a958723ef1b407045c307 100644 (file)
@@ -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  )  "