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

fix: do not dup text siblings in reparent_node_with(xmlAddChild) #2918

Merged
merged 1 commit into from
Jul 3, 2023

Conversation

flavorjones
Copy link
Member

What problem is this PR intended to solve?

Closes #2916

Related to #283 and #595

Have you included adequate test coverage?

Yes

Does this change affect the behavior of either the C or the Java implementations?

Brings C in line with Java behavior.

@flavorjones flavorjones merged commit 1d00a22 into main Jul 3, 2023
@flavorjones flavorjones deleted the 2916-flavorjones-fix-node-replace-text-behavior branch July 3, 2023 20:06
@flavorjones flavorjones mentioned this pull request Jul 5, 2023
7 tasks
@flavorjones flavorjones added this to the v1.15.x patch releases milestone Jul 5, 2023
@flavorjones flavorjones added the topic/memory Segfaults, memory leaks, valgrind testing, etc. label Jul 5, 2023
@flavorjones
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic/memory Segfaults, memory leaks, valgrind testing, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug] Modification of children is not reflected in fragment
1 participant