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

Attribute without value not added correctly #4

Open
benoit-lacroix opened this issue Apr 12, 2020 · 0 comments
Open

Attribute without value not added correctly #4

benoit-lacroix opened this issue Apr 12, 2020 · 0 comments
Labels
bug Something isn't working lib_xml XML Library

Comments

@benoit-lacroix
Copy link
Owner

benoit-lacroix commented Apr 12, 2020

When adding an attribute without any value to a full tag, this one is duplicate (both in the attribute name and in the value).

# This code
wFullTag tagName -attribute
# Will produce
<tagName attribute="-attribute"></tagName>
@benoit-lacroix benoit-lacroix added bug Something isn't working lib_xml XML Library labels Apr 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working lib_xml XML Library
Projects
None yet
Development

No branches or pull requests

1 participant