blob: 5386efb99cc52ad2dfb793ee7c6fc6e621433625 [file] [log] [blame]
org.eclipse.wst.html.core.tests.parser.EmptyTextTest2
Source :
<p></p>
StructuredDocument Regions :
[0, 3] (<p>)
[3, 7] (</p>)
Tree :
#document
--p/p@[0, 3] (<p>)@[3, 7] (</p>)
----#text()
Source :
<p>a</p>
StructuredDocument Regions :
[0, 3] (<p>)
[3, 4] (a)
[4, 8] (</p>)
Tree :
#document
--p/p@[0, 3] (<p>)@[4, 8] (</p>)
----#text(a)@[3, 4] (a)
Source :
<p></p>
StructuredDocument Regions :
[0, 3] (<p>)
[3, 7] (</p>)
Tree :
#document
--p/p@[0, 3] (<p>)@[3, 7] (</p>)
----#text()
Source :
<p><b></b></p>
StructuredDocument Regions :
[0, 3] (<p>)
[3, 6] (<b>)
[6, 10] (</b>)
[10, 14] (</p>)
Tree :
#document
--p/p@[0, 3] (<p>)@[10, 14] (</p>)
----b/b@[3, 6] (<b>)@[6, 10] (</b>)
------#text()
Source :
<p><b>a</b></p>
StructuredDocument Regions :
[0, 3] (<p>)
[3, 6] (<b>)
[6, 7] (a)
[7, 11] (</b>)
[11, 15] (</p>)
Tree :
#document
--p/p@[0, 3] (<p>)@[11, 15] (</p>)
----b/b@[3, 6] (<b>)@[7, 11] (</b>)
------#text(a)@[6, 7] (a)