Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix plz edge case #147

Merged
merged 2 commits into from
Dec 5, 2018
Merged

Conversation

AnEmortalKid
Copy link
Member

@AnEmortalKid AnEmortalKid commented Nov 24, 2018

Fixes an edge case with plz.

plz foo with {'Content-Type': 'text/plain'} {'Accept': 'en-US'} {'X-Other': 'oh-bother'}

Used to convert to:

foo ( {'Content-Type': 'text/plain'}, {'Accept': 'en-US', }, {'X-Other': 'oh-bother', }

There was code to handle converting , } into } but it only did it once, so I changed it to repeat that fix.

@AnEmortalKid AnEmortalKid merged commit dd15957 into dogescript:master Dec 5, 2018
@AnEmortalKid AnEmortalKid deleted the plz-edgecase branch December 5, 2018 01:09
@AnEmortalKid AnEmortalKid added this to the 2.4.0 milestone Aug 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant