aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/configmodel/types/type_with_doc_field.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/configmodel/types/type_with_doc_field.sd')
-rw-r--r--config-model/src/test/configmodel/types/type_with_doc_field.sd10
1 files changed, 10 insertions, 0 deletions
diff --git a/config-model/src/test/configmodel/types/type_with_doc_field.sd b/config-model/src/test/configmodel/types/type_with_doc_field.sd
new file mode 100644
index 00000000000..79aa3495b58
--- /dev/null
+++ b/config-model/src/test/configmodel/types/type_with_doc_field.sd
@@ -0,0 +1,10 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+search types {
+
+ document types {
+
+ field doc_field type other_doc {
+ }
+
+ }
+}