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

<bob></bob> <!--programmatic long-->
<dobbs/> <!--programmatic short-->
<is really="yep"/> <!--programmatic short with attribute-->
<slack sing="it"></slack> <!--programmatic long with attribute-->