summaryrefslogtreecommitdiff
path: root/test/tests/conf/node/node11.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/tests/conf/node/node11.xml')
-rw-r--r--test/tests/conf/node/node11.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/tests/conf/node/node11.xml b/test/tests/conf/node/node11.xml
new file mode 100644
index 0000000..e151ee0
--- /dev/null
+++ b/test/tests/conf/node/node11.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<doc att="top">
+ <?a-pi some data?>
+ <!-- This is the 1st comment -->
+ text-in-doc
+ <inner blat="blob">
+ inner-text
+ <!-- This is the 2nd comment -->
+ <sub>subtext</sub>
+ </inner>
+ text-in-doc2
+</doc> \ No newline at end of file