summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/imported_struct_fields/child.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/derived/imported_struct_fields/child.sd')
-rw-r--r--config-model/src/test/derived/imported_struct_fields/child.sd15
1 files changed, 15 insertions, 0 deletions
diff --git a/config-model/src/test/derived/imported_struct_fields/child.sd b/config-model/src/test/derived/imported_struct_fields/child.sd
index 8453031022b..c5323bd3c7b 100644
--- a/config-model/src/test/derived/imported_struct_fields/child.sd
+++ b/config-model/src/test/derived/imported_struct_fields/child.sd
@@ -15,5 +15,20 @@ search child {
summary my_elem_map type map<string, elem> {}
summary my_str_int_map type map<string, int> {}
}
+
+ document-summary filtered {
+ summary elem_array_filtered type array<elem> {
+ source: my_elem_array
+ matched-elements-only
+ }
+ summary elem_map_filtered type map<string, elem> {
+ source: my_elem_map
+ matched-elements-only
+ }
+ summary str_int_map_filtered type map<string, int> {
+ source: my_str_int_map
+ matched-elements-only
+ }
+ }
}