emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 18ba78e: Clarify recent ert manual change


From: Stefan Kangas
Subject: [Emacs-diffs] master 18ba78e: Clarify recent ert manual change
Date: Sun, 29 Sep 2019 12:33:39 -0400 (EDT)

branch: master
commit 18ba78e99b5324e6d689e1cb142a5616493bfebb
Author: Stefan Kangas <address@hidden>
Commit: Stefan Kangas <address@hidden>

    Clarify recent ert manual change
    
    * doc/misc/ert.texi (Running Tests in Batch Mode): Say that ert test
    selector strings are regular expressions.
---
 doc/misc/ert.texi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/misc/ert.texi b/doc/misc/ert.texi
index 889216c..ee3725e 100644
--- a/doc/misc/ert.texi
+++ b/doc/misc/ert.texi
@@ -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 \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]