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

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