mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 02:25:53 +00:00
* fix(xml): coerce boolean values to string with a warning Fixes #7171 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * test(xml): add integration tests for boolean value handling Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * changelog: add fragment for PR 11959 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * adjustments from review * test(xml): update boolean-value integration tests to expect failure Now that xml fails on non-string values, replace the old success-path tests with failure assertions and add a positive test for quoted strings. Remove the no-longer-needed result XML fixtures. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * adjustments from review * fix(xml): correct boolean test assertions to match actual error message format Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| main.yml | ||
| test-add-children-elements-unicode.yml | ||
| test-add-children-elements.yml | ||
| test-add-children-from-groupvars.yml | ||
| test-add-children-insertafter.yml | ||
| test-add-children-insertbefore.yml | ||
| test-add-children-with-attributes-unicode.yml | ||
| test-add-children-with-attributes.yml | ||
| test-add-element-implicitly.yml | ||
| test-add-namespaced-children-elements.yml | ||
| test-children-elements-xml.yml | ||
| test-count-unicode.yml | ||
| test-count.yml | ||
| test-get-element-content-unicode.yml | ||
| test-get-element-content.yml | ||
| test-mutually-exclusive-attributes.yml | ||
| test-pretty-print-only.yml | ||
| test-pretty-print.yml | ||
| test-remove-attribute-nochange.yml | ||
| test-remove-attribute.yml | ||
| test-remove-element-nochange.yml | ||
| test-remove-element.yml | ||
| test-remove-namespaced-attribute-nochange.yml | ||
| test-remove-namespaced-attribute.yml | ||
| test-remove-namespaced-element-nochange.yml | ||
| test-remove-namespaced-element.yml | ||
| test-set-attribute-value-boolean.yml | ||
| test-set-attribute-value-unicode.yml | ||
| test-set-attribute-value.yml | ||
| test-set-children-elements-level.yml | ||
| test-set-children-elements-unicode.yml | ||
| test-set-children-elements-value.yml | ||
| test-set-children-elements.yml | ||
| test-set-element-value-empty.yml | ||
| test-set-element-value-unicode.yml | ||
| test-set-element-value.yml | ||
| test-set-namespaced-attribute-value.yml | ||
| test-set-namespaced-children-elements.yml | ||
| test-set-namespaced-element-value.yml | ||
| test-xmlstring.yml | ||