summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor R Campbell <campbell@mumble.net>2011-04-09 19:27:18 +0000
committerTaylor R Campbell <campbell@mumble.net>2011-04-09 19:27:18 +0000
commit3bf30f9cebb0401e3868356e57eff3b6642a6d88 (patch)
tree1a045cb2500b914838546a8ef35a1ed2ec8d444b
parent5dc93f9fdbc104edc7f510c1051c5a4688498362 (diff)
Omit redundant `paredit-backward-delete' test.
Ignore-this: f8c8becaa62baae7ff5ffd4ed0eea234 darcs-hash:20110409192718-00fcc-a2671119e9915e7c7197e87cddbc8ebb245c8b68
-rw-r--r--test.el1
1 files changed, 0 insertions, 1 deletions
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)
))