]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify recent ert manual change
authorStefan Kangas <stefankangas@gmail.com>
Sun, 29 Sep 2019 16:26:50 +0000 (18:26 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Sun, 29 Sep 2019 16:32:45 +0000 (18:32 +0200)
* doc/misc/ert.texi (Running Tests in Batch Mode): Say that ert test
selector strings are regular expressions.

doc/misc/ert.texi

index 889216cbefc433288f3400c6710b056238abd816..ee3725e5b28d7d628477ef46dae786d81c541db8 100644 (file)
@@ -339,7 +339,8 @@ In quiet mode ERT prints only unexpected results and summary.
 
 You can specify selectors to only run a subset of your tests
 (@pxref{Test Selectors}).  For example, the following would run all
-tests where the name of the test matches the string ``to-match''.
+tests where the name of the test matches the regular expression
+``to-match''.
 
 @example
 emacs -batch -l ert -l my-tests.el \