Skip to content

Commit a15715a

Browse files
committed
test: add test for having more than one spaces in readme
1 parent 5ccbd16 commit a15715a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

test/fixtures/README/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,8 @@ For more information about the governance of the Node.js project, see
254254
**Quo User** <[email protected]> (she/her)
255255
* [Quux](https://github.com/quux) -
256256
**Quux User** <[email protected]> (he/him)
257+
* [ExtraSpace](https://github.com/extraspace) -
258+
**Extra Space** <[email protected]> (he/him)
257259

258260
### Collaborator Emeriti
259261

test/fixtures/collaborators.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,11 @@
2828
"name": "Quux User",
2929
"email": "[email protected]",
3030
"type": "COLLABORATOR"
31+
},
32+
{
33+
"login": "ExtraSpace",
34+
"name": "Extra Space",
35+
"email": "[email protected]",
36+
"type": "COLLABORATOR"
3137
}
3238
]

0 commit comments

Comments
 (0)