summaryrefslogtreecommitdiffstats
path: root/third_party/rust/xml-rs/tests/documents/sample_6_full.txt
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/xml-rs/tests/documents/sample_6_full.txt')
-rw-r--r--third_party/rust/xml-rs/tests/documents/sample_6_full.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/third_party/rust/xml-rs/tests/documents/sample_6_full.txt b/third_party/rust/xml-rs/tests/documents/sample_6_full.txt
new file mode 100644
index 0000000000..debb366edb
--- /dev/null
+++ b/third_party/rust/xml-rs/tests/documents/sample_6_full.txt
@@ -0,0 +1,8 @@
+StartDocument(1.0, UTF-8)
+Whitespace("\n")
+ProcessingInstruction(xml-stylesheet="href=\"doc.xsl\"")
+Whitespace("\n\n")
+StartElement(doc)
+Characters("Hello")
+EndElement(doc)
+EndDocument