summaryrefslogtreecommitdiff
path: root/test.el
diff options
context:
space:
mode:
Diffstat (limited to 'test.el')
-rw-r--r--test.el8
1 files changed, 7 insertions, 1 deletions
diff --git a/test.el b/test.el
index 5a5d9ec..c21e5f0 100644
--- a/test.el
+++ b/test.el
@@ -292,7 +292,13 @@ Four arguments: the paredit command, the text of the buffer
;++ Need to check whether `paredit-kill' updates the kill ring.
(paredit-test 'paredit-kill
- '(("| \n " "|\n " "| " "|" error)
+ '(("| \n "
+ ;; This ought to be an intermediate step, but evidently it is only
+ ;; in recent versions of GNU Emacs with `show-trailing-whitespace'
+ ;; set to thanks to some brain damage in `kill-line'.
+ ;;
+ ;; "|\n "
+ "| " "|" error)
("(| )" "(|)" "(|)")
("( | )" "( |)" "( |)")
("|(\n)" "|" error)