diff --git a/test/smartparens-commands-test.el b/test/smartparens-commands-test.el index 3e43b7f7..32111e2a 100644 --- a/test/smartparens-commands-test.el +++ b/test/smartparens-commands-test.el @@ -725,7 +725,10 @@ be." ((nil ("[foo]|" "[foo|]") ("\\{foo\\}|" "\\{foo|\\}") - ("\"foo\\\\\"|" "\"foo\\\\|\"")))) + ("\"foo\\\\\"|" "\"foo\\\\|\"") + ("(|)" "|")) + (((sp-delete-blank-sexps t)) + ("[| ]" "|")))) (ert-deftest sp-test-command-sp-backward-delete-char-hungry-delete-mode () "In `hungry-delete-mode' we should kill all whitespace."