blob: de4e783bb776841ec5dc7f1647e30d2abc02430d [file] [log] [blame]
org.eclipse.wst.html.core.tests.parser.SplitTextTest8
Source :
<p>aaaabbbb</p>
StructuredDocument Regions :
[0, 3] (<p>)
[3, 11] (aaaabbbb)
[11, 15] (</p>)
Tree :
#document
--p/p@[0, 3] (<p>)@[11, 15] (</p>)
----#text(aaaa)@[3,7]([3, 11] (aaaabbbb))
----#text(bbbb)@[7,11]([3, 11] (aaaabbbb))
Source :
<p>ab</p>
StructuredDocument Regions :
[0, 3] (<p>)
[3, 5] (ab)
[5, 9] (</p>)
Tree :
#document
--p/p@[0, 3] (<p>)@[5, 9] (</p>)
----#text(ab)@[3, 5] (ab)