org.eclipse.wst.html.core.tests.parser.UpdaterTest13
Source :
<a>
<b>
</b>  </a>


StructuredDocument Regions :
[0, 3] (<a>)
[3, 5] (
)
[5, 8] (<b>)
[8, 10] (
)
[10, 14] (</b>)
[14, 16] (  )
[16, 20] (</a>)

Tree :
#document
--a/a@[0, 3] (<a>)@[16, 20] (</a>)
----#text(\r\n)@[3, 5] (\r\n)
----b/b@[5, 8] (<b>)@[10, 14] (</b>)
------#text(\r\n)@[8, 10] (\r\n)
----#text(  )@[14, 16] (  )

Source :
<a>
  </a>


StructuredDocument Regions :
[0, 3] (<a>)
[3, 7] (
  )
[7, 11] (</a>)

Tree :
#document
--a/a@[0, 3] (<a>)@[7, 11] (</a>)
----#text(\r\n)@[3,5]([3, 7] (\r\n  ))
----#text(  )@[5,7]([3, 7] (\r\n  ))

