@@ -2816,25 +2816,6 @@ An unspecified or non-specific system error has occurred within the Node.js
28162816process. The error object will have an ` err.info ` object property with
28172817additional details.
28182818
2819- <a id =" ERR_TAP_LEXER_ERROR " ></a >
2820-
2821- ### ` ERR_TAP_LEXER_ERROR `
2822-
2823- An error representing a failing lexer state.
2824-
2825- <a id =" ERR_TAP_PARSER_ERROR " ></a >
2826-
2827- ### ` ERR_TAP_PARSER_ERROR `
2828-
2829- An error representing a failing parser state. Additional information about
2830- the token causing the error is available via the ` cause ` property.
2831-
2832- <a id =" ERR_TAP_VALIDATION_ERROR " ></a >
2833-
2834- ### ` ERR_TAP_VALIDATION_ERROR `
2835-
2836- This error represents a failed TAP validation.
2837-
28382819<a id =" ERR_TEST_FAILURE " ></a >
28392820
28402821### ` ERR_TEST_FAILURE `
@@ -3847,6 +3828,25 @@ removed: v10.0.0
38473828Used when an attempt is made to use a readable stream that has not implemented
38483829[ ` readable._read() ` ] [ ] .
38493830
3831+ <a id =" ERR_TAP_LEXER_ERROR " ></a >
3832+
3833+ ### ` ERR_TAP_LEXER_ERROR `
3834+
3835+ An error representing a failing lexer state.
3836+
3837+ <a id =" ERR_TAP_PARSER_ERROR " ></a >
3838+
3839+ ### ` ERR_TAP_PARSER_ERROR `
3840+
3841+ An error representing a failing parser state. Additional information about
3842+ the token causing the error is available via the ` cause ` property.
3843+
3844+ <a id =" ERR_TAP_VALIDATION_ERROR " ></a >
3845+
3846+ ### ` ERR_TAP_VALIDATION_ERROR `
3847+
3848+ This error represents a failed TAP validation.
3849+
38503850<a id =" ERR_TLS_RENEGOTIATION_FAILED " ></a >
38513851
38523852### ` ERR_TLS_RENEGOTIATION_FAILED `
0 commit comments