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
{{ message }}
This repository was archived by the owner on Mar 24, 2025. It is now read-only.
Bar has an optional child element Baz. It turns out that when this child is missing, as in the first <Bar> tag, the element is skipped. This results in the array-valued Bar having 1 element, not 2.
Consider:
Barhas an optional child elementBaz. It turns out that when this child is missing, as in the first<Bar>tag, the element is skipped. This results in the array-valuedBarhaving 1 element, not 2.