From 460254d20624057f8ededfeb822891492c908c66 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Sun, 7 Apr 2013 16:32:19 +0000 Subject: Fix paredit-doublequote inside a string escape. --- test.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test.el') 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") -- cgit v1.2.1