summaryrefslogtreecommitdiff
path: root/test.el
AgeCommit message (Collapse)Author
2011-05-07Add message to top of `paredit-test' reporting what we're testing.Taylor R Campbell
Ignore-this: a617d41480a852b472bc838b1a69bd16 darcs-hash:20110507220505-00fcc-0c92c0a098e8fb214e238bd380f5a6b69d991608
2011-05-07Fix error message in `paredit-test'.Taylor R Campbell
Ignore-this: 1dd56a52c3ba0452311def32fe65f5b9 darcs-hash:20110507220457-00fcc-efe7d18976fed07781293d36507f9abc004a02ca
2011-05-07Fix `kill-line' tests now that `show-trailing-whitespace' is nil.Taylor R Campbell
Ignore-this: ac26793e9b31dc27c6cd85af25f4a4f2 Grumble. darcs-hash:20110507220434-00fcc-9e8f7464ef213864d098eec4f6f356039401d967
2011-05-07Set `show-trailing-whitespace' to nil when running tests.Taylor R Campbell
Ignore-this: 29d39397a5e43d31b9855e75e38430ab darcs-hash:20110507220356-00fcc-3d492593405908a1fec3be631241abb4268e6dcf
2011-05-07Add regression test for `paredit-convolute-sexp' screw case.Taylor R Campbell
Ignore-this: c558f1f5c6432b3276780a30fe13bd3e darcs-hash:20110507212125-00fcc-729cb31b8bfcbd23234d7fdd8efb469a545baf3a
2011-04-12Tweak a `paredit-reindent-defun' test slightly.Taylor R Campbell
Ignore-this: ddb4695b0f360dc64ce0740fc499dcbc darcs-hash:20110412132309-00fcc-a82f9d8806377c35cfd2cdc12cf9bac2d41b2b95
2011-04-11Be explicit about Transient Mark Mode in `paredit-wrap-*' tests.Taylor R Campbell
Ignore-this: 1295ab71a3e11223dd5dfca96c6a8292 darcs-hash:20110411232248-00fcc-5bbb48a3bfcddbd0dbd836df292c2059966ec413
2011-04-11Add character deletion tests to verify the new `paredit-in-char-p'.Taylor R Campbell
Ignore-this: 2f38714b2d3133e6ae10fc861fc6bbad darcs-hash:20110411230236-00fcc-5cdf1cbe0a085f72a89a554dc81ddc2e9794ac66
2011-04-11Expand `paredit-kill' tests a little.Taylor R Campbell
Ignore-this: 24b37ef662a653c2dfc7c6bb81e9f493 Still a long way from being remotely satisfactory. darcs-hash:20110411230018-00fcc-df5e070b386a549fce8ddb38db6aa27983e70893
2011-04-11Replace `paredit-wrap-sexp' tests by `paredit-wrap-round' &c. tests.Taylor R Campbell
Ignore-this: 9bfd202133e386063b4dcddd04d24db6 darcs-hash:20110411225954-00fcc-e1942057e4e99674b84d39d6d2d024aa6c15d528
2011-04-11Add and fix some tests for `(' and `)' while in a character literal.Taylor R Campbell
Ignore-this: 5b769eee2b831aefae5f7440a4ef2775 darcs-hash:20110411225240-00fcc-dd7e564acf7c93f087c94d1e16f18650504fe89f
2011-04-11Add tests for region deletion across comment boundaries.Taylor R Campbell
Ignore-this: 145763cd2559105046cddd21c3da31d2 darcs-hash:20110411190401-00fcc-44f724d53c52deb35d81b6c3a4bee70ef7d56222
2011-04-11Add some trivial tests for region deletion/killing commands.Taylor R Campbell
Ignore-this: 5ba090d8b5214e6b53419108126e74f7 darcs-hash:20110411185319-00fcc-9d494301c54ca406124f243a884c163dc92be27c
2011-04-11Add some trivial tests for `paredit-wrap-sexp'.Taylor R Campbell
Ignore-this: 798d9dcc323a87749b2fdd7e1351c7c darcs-hash:20110411185153-00fcc-e45fea206945d21a4483d2b0273932644c1dd977
2011-04-11Support setting the mark in test cases, indicated by an underscore.Taylor R Campbell
Ignore-this: 83a9ba4b44db09fbc9b734399fcbb177 darcs-hash:20110411184908-00fcc-d4bdfeac48a61f997fdb29269784edc2b0b0b9ac
2011-04-11Add some tests for recent changes to deletion and killing commands.Taylor R Campbell
Ignore-this: faf1edd6c7cd277cf4fdaa1eff18985c darcs-hash:20110411180930-00fcc-1d348dfc4d09757c3d608742df27c5a2b95d01fd
2011-04-09Add test for C-u ( with trailing comment and no trailing newline.Taylor R Campbell
Ignore-this: b8c951ba61e9e05e5f77c90e96353e23 Add comments about why these tests are slightly bogus. darcs-hash:20110409200825-00fcc-8ae65e3261bd36c970424a3dd88e07cb925a5044
2011-04-09Add trivial tests for `paredit-open-...' with prefix arguments.Taylor R Campbell
Ignore-this: fe896b5633ffd3c34448b69b4ad149ea darcs-hash:20110409193801-00fcc-6fa903a5a00ced144e483b5fcd36e11e2c88e088
2011-04-09Break page in test.el before indentation regression tests.Taylor R Campbell
Ignore-this: 712152db7535bf4cebe20a3d1d0417e darcs-hash:20110409192728-00fcc-a18574a39aea8bf77a5ad11da2b9c88612ad1dd7
2011-04-09Omit redundant `paredit-backward-delete' test.Taylor R Campbell
Ignore-this: f8c8becaa62baae7ff5ffd4ed0eea234 darcs-hash:20110409192718-00fcc-a2671119e9915e7c7197e87cddbc8ebb245c8b68
2011-04-09Omit redundant `paredit-forward-delete' test.Taylor R Campbell
Ignore-this: 8b6431ddc14e702e7a922fd067a27de8 darcs-hash:20110409192654-00fcc-4ce92c705652c52ebd622bfcce5f34a58067c68e
2011-04-09Use `call-interactively' rather than `funcall' in `paredit-test'.Taylor R Campbell
Ignore-this: 12e8ee22270320abed65e401d2f0b267 This more faithfully tests the behaviour human users will see, and it lets us also use `current-prefix-arg', &c., to test more modes of the commands. darcs-hash:20110409192317-00fcc-5d0b0bf50b928d8adf5658afa3d63cdb788405ec
2011-04-09Check for expected errors in `paredit-backward-delete'.Taylor R Campbell
Ignore-this: 52917d0028118f91466c10b12efd24c1 darcs-hash:20110409184554-00fcc-e5009c3d6b6ea235e28020c75cf1fb045ea50f81
2011-04-09Check for expected errors in `paredit-forward-delete'.Taylor R Campbell
Ignore-this: 30d8b828e4baa46e09c8078317a6ed10 darcs-hash:20110409184529-00fcc-650bbe3128e19c4a849c8621ed682c58f982d602
2011-04-09Check for expected errors in `paredit-close-FOO'.Taylor R Campbell
Ignore-this: b33e272226aee48558a7550911210b1 darcs-hash:20110409184523-00fcc-4e68668cd80e3f924e5242beb017e62140e5d746
2011-04-09Implement expected errors in test suite.Taylor R Campbell
Ignore-this: c8b3e39457bf11ea71ae9a9a1f73b608 darcs-hash:20110409184426-00fcc-d13ce13ea3bf386527a93111959202f3cd0bbb33
2011-04-09Don't indent while the buffer is in intermediate broken states.Taylor R Campbell
Ignore-this: eb090de24ae6a8502605aefee51420a4 Emacs may have indentation methods that rely on the buffer's being balanced. The change to `paredit-forward-barf-sexp' is OK because when `paredit-forward-and-indent' calls `indent-region', the point will be on the same line as the closing delimiter, so it will get indented correctly. Add regression tests. darcs-hash:20110409182523-00fcc-5ed49a704f12afa1fb9353eb8dcd5d97e963964c
2011-03-23Set `indent-tabs-mode' and `current-column' in `paredit-test'.Taylor R Campbell
Ignore-this: 361eed40c5230c284f1a1a559df9b645 First tiny steps to canonicalizing the environment... Grumble. darcs-hash:20110323045806-00fcc-2e98b0ed0bab3e8389a1d234be8dcac2848949da
2011-03-23Use `error', not `message', to report test failures in test.el.Taylor R Campbell
Ignore-this: 11bf127fc1f87a03e4d00da450a01404 darcs-hash:20110323035054-00fcc-3a0c5901af5290c3bd4758296497f01fffc2945c
2011-03-23Omit vestigial debugging message from `paredit-test' in test.el.Taylor R Campbell
Ignore-this: 22e10bc198d7fa5e5e1932b9b31d43c5 darcs-hash:20110323034451-00fcc-76bbe79f1eea197e12566a4837245fc4d9401df0
2011-03-23Fix docstring for `paredit-test-failure-function' in test.el.Taylor R Campbell
Ignore-this: 2ce33884b5c29308a3920ae7427e843 darcs-hash:20110323034225-00fcc-06b3213a81bddaf72c41bb224a4f13a0544356d3
2011-03-22Omit angled delimiters from the `paredit-open-...' tests.Taylor R Campbell
Ignore-this: 888d2d202ce3629fc0f7a81c29b17c7a The `paredit-open-...' commands now use `backward-up-list', which doesn't work for angled delimiters because their character syntax in Scheme Mode is not that of list delimiters. darcs-hash:20110322225350-00fcc-58ee30fc89b11d96d0e7e8ae5df5ca20b34dee6c
2011-03-22Add rudimentary and preliminary test suite.Taylor R Campbell
Ignore-this: 8d80152ebf5aed8071f76e387063c0a9 darcs-hash:20110322203017-00fcc-2439f0ee58f137a114c40930fa6a19599d89bf0a