diff options
Diffstat (limited to 'doc/misc/ert.texi')
| -rw-r--r-- | doc/misc/ert.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/ert.texi b/doc/misc/ert.texi index 3192e4bdc0a..35d315c64b8 100644 --- a/doc/misc/ert.texi +++ b/doc/misc/ert.texi | |||
| @@ -861,7 +861,7 @@ The most common use of this is to run just the tests for one | |||
| 861 | particular module. Since symbol prefixes are the usual way of | 861 | particular module. Since symbol prefixes are the usual way of |
| 862 | separating module namespaces in Emacs Lisp, test selectors already | 862 | separating module namespaces in Emacs Lisp, test selectors already |
| 863 | solve this by allowing regexp matching on test names; e.g., the | 863 | solve this by allowing regexp matching on test names; e.g., the |
| 864 | selector "^ert-" selects ERT's self-tests. | 864 | selector @code{"^ert-"} selects ERT's self-tests. |
| 865 | 865 | ||
| 866 | Other uses include grouping tests by their expected execution time, | 866 | Other uses include grouping tests by their expected execution time, |
| 867 | e.g., to run quick tests during interactive development and slow tests less | 867 | e.g., to run quick tests during interactive development and slow tests less |