summaryrefslogtreecommitdiffstats
path: root/runtime/indent/testdir/xml.ok
blob: a8e2c92a16ba437fa7716391a7a0969a87e33f81 (plain)
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
32
<!-- vim: set ft=xml ts=2 sw=0 sts=-1 et : -->
<!-- START_INDENT -->
<?xml version="1.0" encoding="utf-8"?>
<tag0>
  <tag1>
    <!-- comment -->
    <tag2>
      <tag3/>
    </tag2>
    <!-- text comment -->

    <!--
    text comment
    -->
  </tag1>
  <!--
  text comment
  end coment -->
</tag0>
<!-- END_INDENT -->

<!-- START_INDENT -->
<?xml version="1.0" encoding="utf-8"?>
<tag0>
  <tag1>
    <!-- comment -->
    <tag2>
      <tag3/>
    </tag2>
  </tag1>
</tag0>
<!-- END_INDENT -->