branch: elpa/paredit
commit 5dc93f9fdbc104edc7f510c1051c5a4688498362
Author: Taylor R Campbell <[email protected]>
Commit: Taylor R Campbell <[email protected]>
Omit redundant `paredit-forward-delete' test.
Ignore-this: 8b6431ddc14e702e7a922fd067a27de8
darcs-hash:20110409192654-00fcc-4ce92c705652c52ebd622bfcce5f34a58067c68e
---
test.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/test.el b/test.el
index 0b964d4..f803ab5 100644
--- a/test.el
+++ b/test.el
@@ -176,7 +176,6 @@ Four arguments: the paredit command, the text of the buffer
("|;;(foo)" "|;(foo)" "|(foo)")
(";foo|\n(bar)\n(baz\n quux)" ";foo|(bar)\n(baz\n quux)")
(";foo|\n(bar\n baz)" error)
- ("|;;foo(" "|;foo(")
("|;;foo(" "|;foo(" error)
))