From 6374943581830937c7404c06bd873901a8896300 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Thu, 30 Sep 2021 17:08:46 +0200 Subject: [PATCH] ; * test/lisp/emacs-lisp/bytecomp-tests.el: remove ineffective \ --- test/lisp/emacs-lisp/bytecomp-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lisp/emacs-lisp/bytecomp-tests.el b/test/lisp/emacs-lisp/bytecomp-tests.el index 448c7be6219..a6e224b3d2c 100644 --- a/test/lisp/emacs-lisp/bytecomp-tests.el +++ b/test/lisp/emacs-lisp/bytecomp-tests.el @@ -1484,7 +1484,7 @@ INFO INFO-CALLBACK &optional PROGRESS-CALLBACK)" fill-column)) \(fn NAME () [DOCSTRING] [:expected-result RESULT-TYPE] \ [:tags \\='(TAG...)] BODY...)" fill-column)) (should-not (byte-compile--wide-docstring-p "\ -(make-soap-xs-element &key NAME NAMESPACE-TAG ID TYPE^ OPTIONAL\? MULTIPLE\? \ +(make-soap-xs-element &key NAME NAMESPACE-TAG ID TYPE^ OPTIONAL? MULTIPLE? \ REFERENCE SUBSTITUTION-GROUP ALTERNATIVES IS-GROUP)" fill-column)) (should-not (byte-compile--wide-docstring-p "\ (fn NAME FIXTURE INPUT &key SKIP-PAIR-STRING EXPECTED-STRING \ -- 2.39.5