summaryrefslogtreecommitdiff
path: root/test.el
diff options
context:
space:
mode:
authorTaylor R Campbell <campbell@mumble.net>2013-04-07 16:32:19 +0000
committerTaylor R Campbell <campbell@mumble.net>2013-04-07 16:32:19 +0000
commit460254d20624057f8ededfeb822891492c908c66 (patch)
tree6828a87cedced9a0731d0f0d59a6a5cb4f65bd80 /test.el
parentdc96f75f58be03703ae905d5dde055e3436d048a (diff)
Fix paredit-doublequote inside a string escape.
Diffstat (limited to 'test.el')
-rw-r--r--test.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/test.el b/test.el
index 7d12283..ba71788 100644
--- a/test.el
+++ b/test.el
@@ -234,6 +234,9 @@ Four arguments: the paredit command, the text of the buffer
;; `comment-search-forward' to wind up inside a character or a
;; string?
))
+
+(paredit-test 'paredit-doublequote
+ '(("\"foo \\|x bar\"" "\"foo \\x\\\"| bar\"")))
(paredit-test 'paredit-forward-delete
'(("f|oo" "f|o")