Skip to content

Commit

Permalink
Remove trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowspawn committed Mar 4, 2023
1 parent 45d1dce commit 3d763e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/yargs-parser.cjs
Expand Up @@ -1499,7 +1499,7 @@ describe('yargs-parser', function () {
})

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

0 comments on commit 3d763e0

Please sign in to comment.