diff options
author | Taylor R Campbell <campbell@mumble.net> | 2011-04-09 18:45:54 +0000 |
---|---|---|
committer | Taylor R Campbell <campbell@mumble.net> | 2011-04-09 18:45:54 +0000 |
commit | e80ffcc1542260481551566d19116bdbd94fb90c (patch) | |
tree | cf74b645628f29e9ec41b773b664f70f5d0e44e0 | |
parent | d681e3cb599d6fda92a0ef8e6c6a0b0be52bf0df (diff) |
Check for expected errors in `paredit-backward-delete'.
Ignore-this: 52917d0028118f91466c10b12efd24c1
darcs-hash:20110409184554-00fcc-e5009c3d6b6ea235e28020c75cf1fb045ea50f81
-rw-r--r-- | test.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -186,9 +186,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) )) (defun paredit-canary-indent-method (state indent-point normal-indent) |