aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/exactmatch
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2018-08-28 08:30:06 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2018-08-28 08:30:06 +0200
commit5551645c2e27bdc71914a359e1ccd7a07c0e68cf (patch)
tree3684423e46ac9415c3632b4c2e94f59d49bb7b9e /config-model/src/test/derived/exactmatch
parentd8aacfbd2c2bf74dae96933d63cb2ff327ee1b02 (diff)
Unify on empty array indexes
Diffstat (limited to 'config-model/src/test/derived/exactmatch')
-rw-r--r--config-model/src/test/derived/exactmatch/ilscripts.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/config-model/src/test/derived/exactmatch/ilscripts.cfg b/config-model/src/test/derived/exactmatch/ilscripts.cfg
index 87096fe70d4..38c0978474f 100644
--- a/config-model/src/test/derived/exactmatch/ilscripts.cfg
+++ b/config-model/src/test/derived/exactmatch/ilscripts.cfg
@@ -1,7 +1,7 @@
maxtermoccurrences 100
fieldmatchmaxlength 1000000
ilscript[].doctype "exactmatch"
-ilscript[].docfield[0] "tag"
-ilscript[].docfield[1] "screweduserids"
-ilscript[].content[0] "clear_state | guard { input tag | exact | summary tag | index tag; }"
-ilscript[].content[1] "clear_state | guard { input screweduserids | exact | index screweduserids | summary screweduserids | attribute screweduserids; }"
+ilscript[].docfield[] "tag"
+ilscript[].docfield[] "screweduserids"
+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; }"