summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor R Campbell <campbell@mumble.net>2011-04-09 19:26:54 +0000
committerTaylor R Campbell <campbell@mumble.net>2011-04-09 19:26:54 +0000
commit5dc93f9fdbc104edc7f510c1051c5a4688498362 (patch)
tree58f78b24c0f4d48ee84f1f797b21874f07ce34ba
parent6c14694056158ee8fb86baeb0975fbd20e735ce3 (diff)
Omit redundant `paredit-forward-delete' test.
Ignore-this: 8b6431ddc14e702e7a922fd067a27de8 darcs-hash:20110409192654-00fcc-4ce92c705652c52ebd622bfcce5f34a58067c68e
-rw-r--r--test.el1
1 files changed, 0 insertions, 1 deletions
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)
))