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

Explode on a list is ordered #50

Merged
merged 1 commit into from
Apr 8, 2022
Merged

Conversation

awwright
Copy link
Contributor

This resolved #46.

This makes the "extended-tests.json" file consistent with the other test files, where an explode modifier on a list is never reordered. For example:

["{list*}", "red,green,blue"],

["{/list*,path:4}", "/red/green/blue/%2Ffoo"],

["{?list*}", "?list=red&list=green&list=blue"],

etc

@mnot
Copy link
Member

mnot commented Mar 10, 2022

LGTM. @damnhandy take a look?

@mnot mnot merged commit 44eb660 into uri-templates:master Apr 8, 2022
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.

Lists should be ordered?
2 participants