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

Fixed boolean stringification #192

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

klingbolt
Copy link
Contributor

@klingbolt klingbolt commented Oct 31, 2023

Also updated the integration test since there is no default return anymore

The if statement in bool_to_xml_attribute was checking if the pointer existed rather than the value of what the pointer referenced. Therefore it was printing True for every call.

@klingbolt klingbolt changed the title Fixed a bug in bool.cpp Fixed boolean stringification Oct 31, 2023
@AsherGlick AsherGlick merged commit 4671c02 into AsherGlick:xml_converter Oct 31, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants