- + 'This is some text without its own wrapping tag.'
- + '<div wlxml-tag="div" wlxml-class="p-subclass">This is a paragraph.</div>'
- + '<div wlxml-tag="div">This is text in a div <div wlxml-tag="span">with some inline text</div>.</div>'
- + 'This is some text without its own wrapping tag.'
+ + '<div wlxml-text>This is some text without its own wrapping tag.</div>'
+ + '<div wlxml-tag="div" wlxml-class="p-subclass">'
+ + '<div wlxml-text>This is a paragraph.</div>'
+ + '</div>'
+ + '<div wlxml-tag="div">'
+ + '<div wlxml-text>This is text in a div </div>'
+ + '<div wlxml-tag="span">'
+ + '<div wlxml-text>with some inline text</div>'
+ + '</div>'
+ + '<div wlxml-text>.</div>'
+ + '</div>'
+ + '<div wlxml-text>This is some text without its own wrapping tag.</div>'