summaryrefslogtreecommitdiff
path: root/test.el
AgeCommit message (Expand)Author
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
2011-03-22Add rudimentary and preliminary test suite.Taylor R Campbell