mirror of
https://github.com/nodejs/node.git
synced 2025-08-16 06:08:50 +02:00
benchmark,lib,test,tools: use consistent quotes
In preparation for a linting rule, use consistent quotation for properties in objects. PR-URL: https://github.com/nodejs/node/pull/19156 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Teddy Katz <teddy.katz@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Roman Reiss <me@silverwind.io>
This commit is contained in:
parent
282e65cfe3
commit
3c31bfff65
14 changed files with 25 additions and 25 deletions
|
@ -9,8 +9,8 @@ function execute(options) {
|
|||
http.createServer(function(req, res) {
|
||||
const expectHeaders = {
|
||||
'x-foo': 'boom',
|
||||
cookie: 'a=1; b=2; c=3',
|
||||
connection: 'close'
|
||||
'cookie': 'a=1; b=2; c=3',
|
||||
'connection': 'close'
|
||||
};
|
||||
|
||||
// no Host header when you set headers an array
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue