diff options
| -rw-r--r-- | doc/misc/ert.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/misc/ert.texi b/doc/misc/ert.texi index 889216cbefc..ee3725e5b28 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. | |||
| 339 | 339 | ||
| 340 | You can specify selectors to only run a subset of your tests | 340 | You can specify selectors to only run a subset of your tests |
| 341 | (@pxref{Test Selectors}). For example, the following would run all | 341 | (@pxref{Test Selectors}). For example, the following would run all |
| 342 | tests where the name of the test matches the string ``to-match''. | 342 | tests where the name of the test matches the regular expression |
| 343 | ``to-match''. | ||
| 343 | 344 | ||
| 344 | @example | 345 | @example |
| 345 | emacs -batch -l ert -l my-tests.el \ | 346 | emacs -batch -l ert -l my-tests.el \ |