@@ -2821,25 +2821,6 @@ An unspecified or non-specific system error has occurred within the Node.js
28212821process. The error object will have an ` err.info ` object property with
28222822additional details.
28232823
2824- <a id =" ERR_TAP_LEXER_ERROR " ></a >
2825-
2826- ### ` ERR_TAP_LEXER_ERROR `
2827-
2828- An error representing a failing lexer state.
2829-
2830- <a id =" ERR_TAP_PARSER_ERROR " ></a >
2831-
2832- ### ` ERR_TAP_PARSER_ERROR `
2833-
2834- An error representing a failing parser state. Additional information about
2835- the token causing the error is available via the ` cause ` property.
2836-
2837- <a id =" ERR_TAP_VALIDATION_ERROR " ></a >
2838-
2839- ### ` ERR_TAP_VALIDATION_ERROR `
2840-
2841- This error represents a failed TAP validation.
2842-
28432824<a id =" ERR_TEST_FAILURE " ></a >
28442825
28452826### ` ERR_TEST_FAILURE `
@@ -3875,6 +3856,25 @@ removed: v10.0.0
38753856Used when an attempt is made to use a readable stream that has not implemented
38763857[ ` readable._read() ` ] [ ] .
38773858
3859+ <a id =" ERR_TAP_LEXER_ERROR " ></a >
3860+
3861+ ### ` ERR_TAP_LEXER_ERROR `
3862+
3863+ An error representing a failing lexer state.
3864+
3865+ <a id =" ERR_TAP_PARSER_ERROR " ></a >
3866+
3867+ ### ` ERR_TAP_PARSER_ERROR `
3868+
3869+ An error representing a failing parser state. Additional information about
3870+ the token causing the error is available via the ` cause ` property.
3871+
3872+ <a id =" ERR_TAP_VALIDATION_ERROR " ></a >
3873+
3874+ ### ` ERR_TAP_VALIDATION_ERROR `
3875+
3876+ This error represents a failed TAP validation.
3877+
38783878<a id =" ERR_TLS_RENEGOTIATION_FAILED " ></a >
38793879
38803880### ` ERR_TLS_RENEGOTIATION_FAILED `
0 commit comments