diff options
author | Mattias EngdegÄrd <mattiase@acm.org> | 2021-09-30 17:08:46 +0200 |
---|---|---|
committer | Mattias EngdegÄrd <mattiase@acm.org> | 2021-09-30 17:08:46 +0200 |
commit | 6374943581830937c7404c06bd873901a8896300 (patch) | |
tree | 2edbefc631ce4f000d01ea469b62ee38069a8b83 /test/lisp/emacs-lisp/bytecomp-tests.el | |
parent | 41723a329e5dc7e6d0c0bf07add8852bffcc8f81 (diff) | |
download | emacs-6374943581830937c7404c06bd873901a8896300.tar.gz emacs-6374943581830937c7404c06bd873901a8896300.tar.bz2 emacs-6374943581830937c7404c06bd873901a8896300.zip |
; * test/lisp/emacs-lisp/bytecomp-tests.el: remove ineffective \
Diffstat (limited to 'test/lisp/emacs-lisp/bytecomp-tests.el')
-rw-r--r-- | test/lisp/emacs-lisp/bytecomp-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |