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
Expected behavior: as of Allow empty strings in plugin and custom attributes #1407, attributes within a <plugin/> set to an empty string "" can now be parsed without emitting errors, so the empty attributes should be included in the string generated by Element::ToString.
Actual behavior: Only empty attributes in a custom XML namespace will be printed by Element::ToString.
As I noted in #1407 (comment), I don't have a good idea for how to fix this. I'm going to close this as "won't fix", but feel free to comment here if you have an idea and we can reconsider it.
Environment
sdf14
as of c9779cb (just after merge of Allow empty strings in plugin and custom attributes #1407)Description
<plugin/>
set to an empty string""
can now be parsed without emitting errors, so the empty attributes should be included in the string generated byElement::ToString
.Element::ToString
.Steps to reproduce
INTEGRATION_plugin_attribute
testOutput
The text was updated successfully, but these errors were encountered: