diff options
| author | Glenn Morris | 2011-10-11 21:37:25 -0700 |
|---|---|---|
| committer | Glenn Morris | 2011-10-11 21:37:25 -0700 |
| commit | 7359a765382ff00442f08d1435fd5ededbe10283 (patch) | |
| tree | d0ca789071c0763ad4c084de6c9e97c652d7cbdb | |
| parent | e1b0b23a7d46f4eacb8f8ed9d540742cb61eeb7b (diff) | |
| download | emacs-7359a765382ff00442f08d1435fd5ededbe10283.tar.gz emacs-7359a765382ff00442f08d1435fd5ededbe10283.zip | |
* doc/misc/ert.texi: Whitespace trivia to make main menu items line up better.
| -rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/ert.texi | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index b1bc1cffec2..93f722f806e 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-10-12 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * ert.texi: Whitespace trivia to make main menu items line up better. | ||
| 4 | |||
| 1 | 2011-10-08 Glenn Morris <rgm@gnu.org> | 5 | 2011-10-08 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * Makefile.in: Fix ert rules. | 7 | * Makefile.in: Fix ert rules. |
diff --git a/doc/misc/ert.texi b/doc/misc/ert.texi index 978cac6992b..c9b624c6767 100644 --- a/doc/misc/ert.texi +++ b/doc/misc/ert.texi | |||
| @@ -48,7 +48,7 @@ traditional software development methods. | |||
| 48 | 48 | ||
| 49 | @menu | 49 | @menu |
| 50 | * Introduction:: A simple example of an ERT test. | 50 | * Introduction:: A simple example of an ERT test. |
| 51 | * How to Run Tests:: Run tests in your Emacs or from the command line. | 51 | * How to Run Tests:: Run tests in Emacs or from the command line. |
| 52 | * How to Write Tests:: How to add tests to your Emacs Lisp code. | 52 | * How to Write Tests:: How to add tests to your Emacs Lisp code. |
| 53 | * How to Debug Tests:: What to do if a test fails. | 53 | * How to Debug Tests:: What to do if a test fails. |
| 54 | * Extending ERT:: ERT is extensible in several ways. | 54 | * Extending ERT:: ERT is extensible in several ways. |
| @@ -61,13 +61,13 @@ How to Run Tests | |||
| 61 | 61 | ||
| 62 | * Running Tests Interactively:: Run tests in your current Emacs. | 62 | * Running Tests Interactively:: Run tests in your current Emacs. |
| 63 | * Running Tests in Batch Mode:: Run tests in emacs -Q. | 63 | * Running Tests in Batch Mode:: Run tests in emacs -Q. |
| 64 | * Test Selectors:: Choose which tests to run. | 64 | * Test Selectors:: Choose which tests to run. |
| 65 | 65 | ||
| 66 | How to Write Tests | 66 | How to Write Tests |
| 67 | 67 | ||
| 68 | * The @code{should} Macro:: A powerful way to express assertions. | 68 | * The @code{should} Macro:: A powerful way to express assertions. |
| 69 | * Expected Failures:: Tests for known bugs. | 69 | * Expected Failures:: Tests for known bugs. |
| 70 | * Tests and Their Environment:: Don't depend on customizations; no side effects. | 70 | * Tests and Their Environment:: Don't depend on customizations; no side effects. |
| 71 | * Useful Techniques:: Some examples. | 71 | * Useful Techniques:: Some examples. |
| 72 | 72 | ||
| 73 | How to Debug Tests | 73 | How to Debug Tests |