branch: elpa/paredit
commit 3bf30f9cebb0401e3868356e57eff3b6642a6d88
Author: Taylor R Campbell <[email protected]>
Commit: Taylor R Campbell <[email protected]>
Omit redundant `paredit-backward-delete' test.
Ignore-this: f8c8becaa62baae7ff5ffd4ed0eea234
darcs-hash:20110409192718-00fcc-a2671119e9915e7c7197e87cddbc8ebb245c8b68
---
test.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/test.el b/test.el
index f803ab5..994a313 100644
--- a/test.el
+++ b/test.el
@@ -186,7 +186,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)
))