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

Fixes for adding child nodes / text #484

Merged
merged 1 commit into from Jun 21, 2018
Merged

Fixes for adding child nodes / text #484

merged 1 commit into from Jun 21, 2018

Conversation

ekarson
Copy link
Contributor

@ekarson ekarson commented Jun 20, 2018

Added a test for mixed content, which uncovered a couple of related problems:

  • There is no way to access generic nodes to add more children -- fixed the return value for addChild.
  • The addText method is duplicative -- removed it. (This is technically a breaking change -- what do you all think?)

@ekarson ekarson merged commit f7d4282 into master Jun 21, 2018
@ekarson ekarson deleted the DX-299_tests branch June 21, 2018 19:42
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.

None yet

3 participants