Skip to content

Commit 3d763e0

Browse files
committed
Remove trailing space
1 parent 45d1dce commit 3d763e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/yargs-parser.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1499,7 +1499,7 @@ describe('yargs-parser', function () {
14991499
})
15001500

15011501
it('should set - as an embedded value of f', function () {
1502-
// special case dash trailing short option
1502+
// special case dash trailing short option
15031503
const argv = parser(['-f-'])
15041504
argv.should.have.property('f', '-')
15051505
argv.should.have.property('_').with.length(0)

0 commit comments

Comments
 (0)