You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mapping this with happymapper, Qux.foo should be an array of size 2 containing only the <foo>s with IDs 0 and 1, but in fact it's an array of size 4 containing both those and the deeply nested <foo>s with IDs 2 and 3, as demonstrated below:
Given XML like the following:
Mapping this with happymapper,
Qux.foo
should be an array of size 2 containing only the<foo>s
with IDs 0 and 1, but in fact it's an array of size 4 containing both those and the deeply nested<foo>s
with IDs 2 and 3, as demonstrated below:This should print
but instead it prints
The text was updated successfully, but these errors were encountered: