From: Glenn Morris Date: Wed, 12 Oct 2011 04:37:25 +0000 (-0700) Subject: * doc/misc/ert.texi: Whitespace trivia to make main menu items line up better. X-Git-Tag: emacs-pretest-24.0.91~147 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7359a765382ff00442f08d1435fd5ededbe10283;p=emacs.git * doc/misc/ert.texi: Whitespace trivia to make main menu items line up better. --- 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 @@ +2011-10-12 Glenn Morris + + * ert.texi: Whitespace trivia to make main menu items line up better. + 2011-10-08 Glenn Morris * 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. @menu * Introduction:: A simple example of an ERT test. -* How to Run Tests:: Run tests in your Emacs or from the command line. +* How to Run Tests:: Run tests in Emacs or from the command line. * How to Write Tests:: How to add tests to your Emacs Lisp code. * How to Debug Tests:: What to do if a test fails. * Extending ERT:: ERT is extensible in several ways. @@ -61,13 +61,13 @@ How to Run Tests * Running Tests Interactively:: Run tests in your current Emacs. * Running Tests in Batch Mode:: Run tests in emacs -Q. -* Test Selectors:: Choose which tests to run. +* Test Selectors:: Choose which tests to run. How to Write Tests -* The @code{should} Macro:: A powerful way to express assertions. +* The @code{should} Macro:: A powerful way to express assertions. * Expected Failures:: Tests for known bugs. -* Tests and Their Environment:: Don't depend on customizations; no side effects. +* Tests and Their Environment:: Don't depend on customizations; no side effects. * Useful Techniques:: Some examples. How to Debug Tests