mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-29 07:58:28 +00:00
Mark a specific electric-pair-mode test as an expected failure
See https://lists.gnu.org/archive/html/emacs-devel/2018-06/msg00535.html * test/lisp/electric-tests.el (electric-pair-whitespace-chomping-2-at-point-4-in-c++-mode-in-strings): Mark as failing.
This commit is contained in:
parent
5b9cc1508e
commit
d37d30cef5
@ -391,6 +391,16 @@ baz\"\""
|
||||
:bindings '((electric-pair-skip-whitespace . chomp))
|
||||
:test-in-comments nil)
|
||||
|
||||
|
||||
;; A test failure introduced by some changes in CC mode. Hopefully CC
|
||||
;; mode will sort this out eventually, using some new e-p-m machinery.
|
||||
;; 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 ) "
|
||||
:expected-point 4
|
||||
|
Loading…
Reference in New Issue
Block a user