Skip to content

Commit

Permalink
test: add test for sp-delete-blank-sexps
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuco1 committed Jun 29, 2024
1 parent a865339 commit 98f1357
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/smartparens-commands-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 98f1357

Please sign in to comment.