diff options
author | Taylor R Campbell <campbell+paredit@mumble.net> | 2020-11-30 16:31:07 +0000 |
---|---|---|
committer | Taylor R Campbell <campbell+paredit@mumble.net> | 2020-11-30 16:31:07 +0000 |
commit | 2ecb5f0dcf9110f8a713bac687e5719890c09d37 (patch) | |
tree | 45542e9ef25d70e44e874c91b6bbe5dafd1551d3 | |
parent | 86f1f5f3dd3358e1bb557a02465017e48b9e23a1 (diff) |
Test some backward-slurp screw cases.
-rw-r--r-- | test.el | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -794,7 +794,13 @@ Four arguments: the paredit command, the text of the buffer ("\"|\"" error) ("\"|xy\"" error) ;++ Could be done. Why not? ("\"x|y\"" error) - ("\"xy|\"" error))) + ("\"xy|\"" error) + + ("|x(y)" error) + ("x|(y)" error) + (xfail "x(|y)" "x |y ()" error) + (xfail "x(y|)" "x y (|)" error) + ("x(y)|" error))) (paredit-test 'paredit-forward '(("|" "|") |