From 3d763e0d901262180610436bf18bb9c276ef20bf Mon Sep 17 00:00:00 2001 From: John Gee Date: Sat, 4 Mar 2023 23:26:48 +1300 Subject: [PATCH] Remove trailing space --- test/yargs-parser.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/yargs-parser.cjs b/test/yargs-parser.cjs index 997f7144..14ce7ce1 100644 --- a/test/yargs-parser.cjs +++ b/test/yargs-parser.cjs @@ -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)