Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a10d026ae8dbbc11ba9ba53a56b4c4af406072c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
org.eclipse.wst.html.core.tests.parser.UpdaterTest4
Source :
<a>b</a>


StructuredDocument Regions :
[0, 3] (<a>)
[3, 4] (b)
[4, 8] (</a>)

Tree :
#document
--a/a@[0, 3] (<a>)@[4, 8] (</a>)
----#text(b)@[3, 4] (b)

Source :
<a>b</a>


StructuredDocument Regions :
[0, 3] (<a>)
[3, 4] (b)
[4, 8] (</a>)

Tree :
#document
--a/a@[0, 3] (<a>)@[4, 8] (</a>)
----#text(b)@[3, 4] (b)

Back to the top