Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 71ee488

Browse filesBrowse files
Trottaddaleax
authored andcommitted
test: change Fixes: to Refs:
Tests don't fix things generally, so use "Refs:" to refer people to GitHub issues. PR-URL: #34568 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent c56a291 commit 71ee488
Copy full SHA for 71ee488

File tree

Expand file treeCollapse file tree

2 files changed

+4
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+4
-4
lines changed
Open diff view settings
Collapse file

‎test/parallel/test-http-outgoing-message-inheritance.js‎

Copy file name to clipboardExpand all lines: test/parallel/test-http-outgoing-message-inheritance.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ const { Writable } = require('stream');
66
const assert = require('assert');
77

88
// Check that OutgoingMessage can be used without a proper Socket
9-
// Fixes: https://github.com/nodejs/node/issues/14386
10-
// Fixes: https://github.com/nodejs/node/issues/14381
9+
// Refs: https://github.com/nodejs/node/issues/14386
10+
// Refs: https://github.com/nodejs/node/issues/14381
1111

1212
class Response extends OutgoingMessage {
1313
_implicitHeader() {}
Collapse file

‎test/parallel/test-http-server-response-standalone.js‎

Copy file name to clipboardExpand all lines: test/parallel/test-http-server-response-standalone.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ const { Writable } = require('stream');
66
const assert = require('assert');
77

88
// Check that ServerResponse can be used without a proper Socket
9-
// Fixes: https://github.com/nodejs/node/issues/14386
10-
// Fixes: https://github.com/nodejs/node/issues/14381
9+
// Refs: https://github.com/nodejs/node/issues/14386
10+
// Refs: https://github.com/nodejs/node/issues/14381
1111

1212
const res = new ServerResponse({
1313
method: 'GET',

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.