diff options
author | Taylor R Campbell <campbell@mumble.net> | 2013-04-07 16:32:19 +0000 |
---|---|---|
committer | Taylor R Campbell <campbell@mumble.net> | 2013-04-07 16:32:19 +0000 |
commit | 460254d20624057f8ededfeb822891492c908c66 (patch) | |
tree | 6828a87cedced9a0731d0f0d59a6a5cb4f65bd80 /test.el | |
parent | dc96f75f58be03703ae905d5dde055e3436d048a (diff) |
Fix paredit-doublequote inside a string escape.
Diffstat (limited to 'test.el')
-rw-r--r-- | test.el | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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") |