summaryrefslogtreecommitdiffstats
path: root/t/fmt/xml/comments.trans
blob: 89440b65e82894e40419caec885e004a2a2bdd06 (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>