aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/markdown/Contributing.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/markdown/Contributing.md b/docs/markdown/Contributing.md
index 0fd6606..3340b5c 100644
--- a/docs/markdown/Contributing.md
+++ b/docs/markdown/Contributing.md
@@ -387,6 +387,7 @@ Each dict contains the following keys:
- `line`
- `match` (optional)
+- `count` (optional)
Each item in the list is matched, in order, against the remaining
actual stdout lines, after any previous matches. If the actual stdout
@@ -401,6 +402,10 @@ matched:
| `literal` | Literal match (default) |
| `re` | regex match |
+The `count` element determines how many times the line is expected, and allowed,
+to be in the output. If unspecified, it must appear "any number of times, but at
+least once".
+
#### skip_on_env
The `skip_on_env` key can be used to specify a list of environment variables. If