Skip to content

Commit de34fef

Browse files
authored
Fix test tags documentation (#1063)
* Fix test `tags` documentation * Update test/README.md
1 parent 4ff7de6 commit de34fef

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ for implementation-specific errors.
5252

5353
## Test Tags
5454

55-
Some of the tests are for functionality that is not stable,
56-
i.e. is marked RECOMMENDED, OPTIONAL, or DRAFT.
55+
Some of the tests are for functionality that is optional or for functionality that is not yet stable.
56+
That is, the specification uses RFC2119 keywords such as SHOULD, SHOULD NOT, MAY, RECOMMENDED, or OPTIONAL,
57+
or the specification says that given functionality is DRAFT and not yet stable.
5758
Tests for such features have a `tags` array attached to them
5859
to mark the features that they rely on.
5960
This may include one or more of the following:

0 commit comments

Comments
 (0)