projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e7f636
)
Update a failing lisp test
author
Glenn Morris
<rgm@gnu.org>
Thu, 24 Sep 2020 18:56:09 +0000
(11:56 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 24 Sep 2020 19:46:19 +0000
(12:46 -0700)
* test/lisp/emacs-lisp/lisp-tests.el (up-list-no-cross-string):
Update for recent "Don't signal scan-error" change.
test/lisp/emacs-lisp/lisp-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/emacs-lisp/lisp-tests.el
b/test/lisp/emacs-lisp/lisp-tests.el
index 1476574552fe3f474a40d8e71e3f9c87397f9f55..437b907ba13f4566e8bf6b1364547045491783da 100644
(file)
--- a/
test/lisp/emacs-lisp/lisp-tests.el
+++ b/
test/lisp/emacs-lisp/lisp-tests.el
@@
-295,7
+295,7
@@
(lambda () (up-list 1 t t))
(or "(1 '2 ( 2' 1 '2 ) 2' 1)")
;; abcdefghijklmnopqrstuvwxy
- i k x
scan
-error)
+ i k x
user
-error)
(define-lisp-up-list-test backward-up-list-basic
(lambda () (backward-up-list))