Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 9e6d5b6bb8bcbf5ec71cd8033182f664e73ab2ac (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
30
31
org.eclipse.wst.html.core.tests.parser.UpdaterTest14
Source :
<%= aaaa %>


StructuredDocument Regions :
[0, 1] (<)
[1, 4] (%= )
[4, 9] (aaaa )
[9, 10] (%)
[10, 11] (>)

Tree :
#document
--#text(<%&#61; aaaa %>)@{[0, 1] (<),[1, 4] (%&#61; ),[4, 9] (aaaa ),[9, 10] (%),[10, 11] (>)}

Source :
<% = aaaa %>


StructuredDocument Regions :
[0, 1] (<)
[1, 5] (% = )
[5, 10] (aaaa )
[10, 11] (%)
[11, 12] (>)

Tree :
#document
--#text(<% &#61; aaaa %>)@{[0, 1] (<),[1, 5] (% &#61; ),[5, 10] (aaaa ),[10, 11] (%),[11, 12] (>)}

Back to the top