summaryrefslogtreecommitdiff
path: root/test/files/jvm/t1118.check
blob: d676b413c97458ce58ed01ad7d4c9c918a7af2a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<hi/> <!-- literal short -->
<there></there> <!-- literal long -->
<guys who="you all"></guys> <!-- literal long with attribute-->
<hows it="going"/> <!-- literal short with attribute -->
<this>is pretty cool</this> <!-- literal not empty -->

<emptiness></emptiness> <!--programmatic long-->
<vide/> <!--programmatic short-->
<elem attr="value"/> <!--programmatic short with attribute-->
<elem2 attr2="value2"></elem2> <!--programmatic long with attribute-->