Skip to content

Commit 18fb2df

Browse files
committed
assert: graduate assert.match and assert.doesNotMatch
Signed-off-by: James M Snell <[email protected]>
1 parent d61977f commit 18fb2df

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

doc/api/assert.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -882,8 +882,6 @@ added:
882882
* `regexp` {RegExp}
883883
* `message` {string|Error}
884884

885-
> Stability: 1 - Experimental
886-
887885
Expects the `string` input not to match the regular expression.
888886

889887
This feature is currently experimental and the name might change or it might be
@@ -1404,8 +1402,6 @@ added:
14041402
* `regexp` {RegExp}
14051403
* `message` {string|Error}
14061404

1407-
> Stability: 1 - Experimental
1408-
14091405
Expects the `string` input to match the regular expression.
14101406

14111407
This feature is currently experimental and the name might change or it might be

0 commit comments

Comments
 (0)