Skip to content

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

Open
parmentf wants to merge 1 commit into
masterfrom
add-test-for-combine-with-same-name-files
Open

Add a test for combine and the use of two files with the same name in different directories#183
parmentf wants to merge 1 commit into
masterfrom
add-test-for-combine-with-same-name-files

Conversation

@parmentf

Copy link
Copy Markdown
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
Copy Markdown
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