summaryrefslogtreecommitdiff
path: root/test.el
AgeCommit message (Expand)Author
2014-01-28Let C-d and DEL delete the other spurious delimiters too.Taylor R Campbell
2014-01-28Bump copyright date: 2013->2014.Taylor R Campbell
2013-07-09Make slurping and barfing support prefix arguments.Taylor R Campbell
2013-07-09Add some slurp tests with characters and strings.Taylor R Campbell
2013-07-06Make slurping `(|) foo' yield `(|foo)', not `(| foo)'.Taylor R Campbell
2013-07-06Flesh out paredit-wrap-... tests a little.Taylor R Campbell
2013-06-16Make sure M-? leaves space appropriately when there was none.Taylor R Campbell
2013-06-13Rework paredit-semicolon and add some tests for it.Taylor R Campbell
2013-06-13In test.el, use (delete-char -1), not backward-delete-char.Taylor R Campbell
2013-04-07Improve indentation and column preservation in `paredit-splice'.Taylor R Campbell
2013-04-07Change `paredit-meta-doublequote' to avoid breaking the line.Taylor R Campbell
2013-04-07Preserve column better in `paredit-join'.Taylor R Campbell
2013-04-07Make `paredit-forward' and `paredit-backward' move out of strings.Taylor R Campbell
2013-04-07Fix paredit-doublequote inside a string escape.Taylor R Campbell
2013-04-07Add a pile of `paredit-backward-barf-sexp' tests.Taylor R Campbell
2013-04-07Add a zillion paredit-kill tests. Fix a tiny bug they revealed.Taylor R Campbell
2013-04-07Bump copyright year on test.el to 2013.Taylor R Campbell
2011-05-08Tweak `paredit-convolute-sexp' a little and add some tests for it.Taylor R Campbell
2011-05-07Add message to top of `paredit-test' reporting what we're testing.Taylor R Campbell
2011-05-07Fix error message in `paredit-test'.Taylor R Campbell
2011-05-07Fix `kill-line' tests now that `show-trailing-whitespace' is nil.Taylor R Campbell
2011-05-07Set `show-trailing-whitespace' to nil when running tests.Taylor R Campbell
2011-05-07Add regression test for `paredit-convolute-sexp' screw case.Taylor R Campbell
2011-04-12Tweak a `paredit-reindent-defun' test slightly.Taylor R Campbell
2011-04-11Be explicit about Transient Mark Mode in `paredit-wrap-*' tests.Taylor R Campbell
2011-04-11Add character deletion tests to verify the new `paredit-in-char-p'.Taylor R Campbell
2011-04-11Expand `paredit-kill' tests a little.Taylor R Campbell
2011-04-11Replace `paredit-wrap-sexp' tests by `paredit-wrap-round' &c. tests.Taylor R Campbell
2011-04-11Add and fix some tests for `(' and `)' while in a character literal.Taylor R Campbell
2011-04-11Add tests for region deletion across comment boundaries.Taylor R Campbell
2011-04-11Add some trivial tests for region deletion/killing commands.Taylor R Campbell
2011-04-11Add some trivial tests for `paredit-wrap-sexp'.Taylor R Campbell
2011-04-11Support setting the mark in test cases, indicated by an underscore.Taylor R Campbell
2011-04-11Add some tests for recent changes to deletion and killing commands.Taylor R Campbell
2011-04-09Add test for C-u ( with trailing comment and no trailing newline.Taylor R Campbell
2011-04-09Add trivial tests for `paredit-open-...' with prefix arguments.Taylor R Campbell
2011-04-09Break page in test.el before indentation regression tests.Taylor R Campbell
2011-04-09Omit redundant `paredit-backward-delete' test.Taylor R Campbell
2011-04-09Omit redundant `paredit-forward-delete' test.Taylor R Campbell
2011-04-09Use `call-interactively' rather than `funcall' in `paredit-test'.Taylor R Campbell
2011-04-09Check for expected errors in `paredit-backward-delete'.Taylor R Campbell
2011-04-09Check for expected errors in `paredit-forward-delete'.Taylor R Campbell
2011-04-09Check for expected errors in `paredit-close-FOO'.Taylor R Campbell
2011-04-09Implement expected errors in test suite.Taylor R Campbell
2011-04-09Don't indent while the buffer is in intermediate broken states.Taylor R Campbell
2011-03-23Set `indent-tabs-mode' and `current-column' in `paredit-test'.Taylor R Campbell
2011-03-23Use `error', not `message', to report test failures in test.el.Taylor R Campbell
2011-03-23Omit vestigial debugging message from `paredit-test' in test.el.Taylor R Campbell
2011-03-23Fix docstring for `paredit-test-failure-function' in test.el.Taylor R Campbell
2011-03-22Omit angled delimiters from the `paredit-open-...' tests.Taylor R Campbell