Skip to content

Commit

Permalink
address @evocateur's code review
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Jan 28, 2019
1 parent 384c9a7 commit c208887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/yargs-parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -2808,7 +2808,7 @@ describe('yargs-parser', function () {
args2.bar.should.equal('goodnight\'moon')
})

it('handles double quoted strings', function () {
it('handles single quoted strings', function () {
const args = parser("--foo 'hello world' --bar='goodnight\"moon'")
args.foo.should.equal('hello world')
args.bar.should.equal('goodnight"moon')
Expand Down

1 comment on commit c208887

@evocateur
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤓

Please sign in to comment.