summaryrefslogtreecommitdiffstats
path: root/document/src/tests/vespaxml/test_struct.xml
diff options
context:
space:
mode:
Diffstat (limited to 'document/src/tests/vespaxml/test_struct.xml')
-rw-r--r--document/src/tests/vespaxml/test_struct.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/document/src/tests/vespaxml/test_struct.xml b/document/src/tests/vespaxml/test_struct.xml
new file mode 100644
index 00000000000..251b8b4896d
--- /dev/null
+++ b/document/src/tests/vespaxml/test_struct.xml
@@ -0,0 +1,9 @@
+<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
+<vespafeed>
+ <document documenttype="news" documentid="doc:test:struct">
+ <mystruct>
+ <intval>36</intval>
+ <stringval>test</stringval>
+ </mystruct>
+ </document>
+</vespafeed>