mediawiki-extensions-AbuseF.../tests
Marius Hoch 03da29b9da Fix the abusefilter array parser test
The abusefilter array test failed because length( ['a', 'b', 'c'] )
returned 12 instead of 6. That was du to it converted the array
to a string with new line seperated values first before measuring
the string length. Changed that behaviour to act like the php count()
function or the python len() function which seems far more useful to me.
The old behaviour can be established using length( string( array ) ).

Change-Id: I16646891837c9743ca5af2dd328077a7225bb5f1
2012-12-20 02:19:55 +01:00
..
arith.r
arith.t
arrays.r
arrays.t
cast.r
cast.t
ccnorm.r
ccnorm.t
comment.r
comment.t
count.r
count.t
eq.r
eq.t
float.r
float.t
ifthen.r
ifthen.t
in.r
in.t
lcase.r
lcase.t
length.r
length.t
like.r
like.t
norm.r
norm.t
numbers.r
numbers.t
ord.r
ord.t
prec.r
prec.t
regex.r
regex.t
rmdoubles.r
rmdoubles.t
rmspecials.r
rmspecials.t
specialratio.r
specialratio.t
string.r
string.t
tern.r
tern.t
utf8.r
utf8.t
vars.r
vars.t
whitespace.r
whitespace1.r
whitespace1.t
wptest1.r
wptest1.t
wptest2.r
wptest2.t
wptest3.r
wptest3.t