summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/exactmatch/ilscripts.cfg
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2019-07-03 13:33:23 +0000
committerGeir Storli <geirst@verizonmedia.com>2019-07-03 13:33:23 +0000
commitdd173feacaea1465c1886b229eb4335507c2b2ee (patch)
tree610c72c609cee30c8e3a593a5712d38e3d51150c /config-model/src/test/derived/exactmatch/ilscripts.cfg
parent1c5ffa84dc4752e243399e77284fecc07dbd3b09 (diff)
Fix such that exact match works for struct field attributes.
Diffstat (limited to 'config-model/src/test/derived/exactmatch/ilscripts.cfg')
-rw-r--r--config-model/src/test/derived/exactmatch/ilscripts.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/config-model/src/test/derived/exactmatch/ilscripts.cfg b/config-model/src/test/derived/exactmatch/ilscripts.cfg
index 38c0978474f..5595f954c4a 100644
--- a/config-model/src/test/derived/exactmatch/ilscripts.cfg
+++ b/config-model/src/test/derived/exactmatch/ilscripts.cfg
@@ -3,5 +3,11 @@ fieldmatchmaxlength 1000000
ilscript[].doctype "exactmatch"
ilscript[].docfield[] "tag"
ilscript[].docfield[] "screweduserids"
+ilscript[].docfield[] "string_map"
+ilscript[].docfield[] "elem_map"
+ilscript[].docfield[] "elem_array"
ilscript[].content[] "clear_state | guard { input tag | exact | summary tag | index tag; }"
ilscript[].content[] "clear_state | guard { input screweduserids | exact | index screweduserids | summary screweduserids | attribute screweduserids; }"
+ilscript[].content[] "input elem_array | passthrough elem_array"
+ilscript[].content[] "input elem_map | passthrough elem_map"
+ilscript[].content[] "input string_map | passthrough string_map"