aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/ert.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc/ert.texi')
-rw-r--r--doc/misc/ert.texi2
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
861particular module. Since symbol prefixes are the usual way of 861particular module. Since symbol prefixes are the usual way of
862separating module namespaces in Emacs Lisp, test selectors already 862separating module namespaces in Emacs Lisp, test selectors already
863solve this by allowing regexp matching on test names; e.g., the 863solve this by allowing regexp matching on test names; e.g., the
864selector "^ert-" selects ERT's self-tests. 864selector @code{"^ert-"} selects ERT's self-tests.
865 865
866Other uses include grouping tests by their expected execution time, 866Other uses include grouping tests by their expected execution time,
867e.g., to run quick tests during interactive development and slow tests less 867e.g., to run quick tests during interactive development and slow tests less