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

Catmandu-Path-Wildcard-Support: $prepend #93

Closed
TobiasNx opened this issue Dec 16, 2021 · 4 comments · Fixed by #368
Closed

Catmandu-Path-Wildcard-Support: $prepend #93

TobiasNx opened this issue Dec 16, 2021 · 4 comments · Fixed by #368

Comments

@TobiasNx
Copy link
Collaborator

TobiasNx commented Dec 16, 2021

Test for prepend:
For array of strings:
Here

Output should be:

{
	"animals":[
                        "earthworm".
                        "unicorn",
                        "human",
			"dog",
			"cat"
	],
	"others": "human"
}

For array of objects:
Here

Output should be:

{
	"animals":[
                        {"animal": "earthworm"}
                        {"animal": "unicorn"},
                        {"animal": "human"},
			{"animal": "dog"},
			{"animal": "cat"}
	],
	"others": {"animal": "human"}
}
TobiasNx added a commit to TobiasNx/fix-FunctionalReview-Testing that referenced this issue Feb 1, 2022
@TobiasNx
Copy link
Collaborator Author

TobiasNx commented Feb 1, 2022

@blackwinter
Copy link
Member

See also #92.

@fsteeg
Copy link
Member

fsteeg commented Feb 3, 2022

Will revisit after #102.

@fsteeg fsteeg moved this to Backlog in Metafacture Feb 3, 2022
@TobiasNx TobiasNx changed the title Catmandu-Path-Wildcard-Support: $prepend Catmandu-Path-Wildcard-Support: $prepend Feb 8, 2022
TobiasNx added a commit that referenced this issue Feb 28, 2022
@blackwinter
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants