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

Add a test for combine and the use of two files with the same name in different directories #183

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

parmentf
Copy link
Collaborator

When two files with the same names, but not in the same directory are
called, they should each have their own behaviour, not the one of the
first encountered file.

See this issue.

When two files with the same names, but not in the same directory are
called,

they should each have their own behaviour, not the one of the
first encountered file.
@parmentf parmentf added bug Something isn't working @ezs/core Concerns @ezs/core @ezs/analytics Concerns @ezs/analytics labels Oct 21, 2021
@parmentf
Copy link
Collaborator Author

I must have missed something, as I can't understand why the output I got is:

[ { "a": { "id": { "id": 1, "value": "a"}, "value": { "id": 1, "value": "a" } } } ]

instead of the (bugged) expected:

[{ "a": "a" }]

Whereas, if it worked well:

[{ "a": "b" }]

@touv , an idea ?

Precision: when I don't apply the second .ini file, the output is:

[{ "a": { "id": 1, "value": "a" } }]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working @ezs/analytics Concerns @ezs/analytics @ezs/core Concerns @ezs/core
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant