summaryrefslogtreecommitdiffstats
path: root/t/fmt/xml/comments.xml
blob: c5dc7b4f1e9fe130c51314a4a0277a045742f64c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version='1.0' encoding="UTF-8"?>
  <p>
    <!-- first comment -->
    <!-- second comment
         multiline -->
    paragraph foo
    bar
    <!-- comment inside the paragraph -->
    bar qux
    <!-- comment after the paragraph -->
  </p>

<pre>
a command
    <!-- comment pre -->
verbatim
text
</pre>