summaryrefslogtreecommitdiffstats
path: root/t/fmt/xml/comments.trans
diff options
context:
space:
mode:
Diffstat (limited to 't/fmt/xml/comments.trans')
-rw-r--r--t/fmt/xml/comments.trans21
1 files changed, 21 insertions, 0 deletions
diff --git a/t/fmt/xml/comments.trans b/t/fmt/xml/comments.trans
new file mode 100644
index 0000000..89440b6
--- /dev/null
+++ b/t/fmt/xml/comments.trans
@@ -0,0 +1,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>
+