You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make Value.get_text_contents() use child csigs instead of contents
Current implementation of Value.get_text_contents() returns a
concatenation of all child contents. Instead, make the contents of a
Value similar to an Alias, except prepend the stringified 'value'
attribute as well.
Since Value.get_text_contents() will no longer fail (as long as child
nodes implement a working get_csig() which they should), make
get_contents() return get_text_contents() but utf-8 encoded. Also
make get_csig() just return get_text_contents()
Add new tests for testing get_contents() and get_text_contents() only
rely on child node csigs, and not directly on child content.
0 commit comments