smartparens
smartparens copied to clipboard
wrong sp-up-sexp in string with single quote
Expected behavior
In emacs-lisp-mode
"(foo (bar) | 'baz 'qux)(foo (bar) 'baz 'qux)"
should become
"(foo (bar) 'baz 'qux)|(foo (bar) 'baz 'qux)"
after sp-up-sexp
.
Actual behavior
"(foo (bar) 'baz 'qux)(foo (bar) 'baz 'qux)|"