diff options
Diffstat (limited to 'tests/specs/README.md')
-rw-r--r-- | tests/specs/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/specs/README.md b/tests/specs/README.md index d04adbb62..a23fa1ce6 100644 --- a/tests/specs/README.md +++ b/tests/specs/README.md @@ -87,6 +87,7 @@ Within the file, you can use the following for matching: - `[WILDCARD]` - match any text at the wildcard - `[WILDLINE]` - match any text on the current line +- `[WILDCHAR]` - match the next character - `[WILDCHARS(5)]` - match any of the next 5 characters - `[UNORDERED_START]` followed by many lines then `[UNORDERED_END]` will match the lines in any order (useful for non-deterministic output) |