From d681e3cb599d6fda92a0ef8e6c6a0b0be52bf0df Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Sat, 9 Apr 2011 18:45:29 +0000 Subject: Check for expected errors in `paredit-forward-delete'. Ignore-this: 30d8b828e4baa46e09c8078317a6ed10 darcs-hash:20110409184529-00fcc-650bbe3128e19c4a849c8621ed682c58f982d602 --- test.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test.el') diff --git a/test.el b/test.el index 9f9d8e5..cb4a217 100644 --- a/test.el +++ b/test.el @@ -175,9 +175,9 @@ Four arguments: the paredit command, the text of the buffer (";|;(foo)" ";|(foo)") ("|;;(foo)" "|;(foo)" "|(foo)") (";foo|\n(bar)\n(baz\n quux)" ";foo|(bar)\n(baz\n quux)") - ;; (";foo|\n(bar\n baz)" error) + (";foo|\n(bar\n baz)" error) ("|;;foo(" "|;foo(") - ;; ("|;;foo(" "|;foo(" error) + ("|;;foo(" "|;foo(" error) )) (paredit-test 'paredit-backward-delete -- cgit v1.2.1