From 5551645c2e27bdc71914a359e1ccd7a07c0e68cf Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Tue, 28 Aug 2018 08:30:06 +0200 Subject: Unify on empty array indexes --- config-model/src/test/derived/exactmatch/ilscripts.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config-model/src/test/derived/exactmatch') 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; }" -- cgit v1.2.3