mediawiki-extensions-AbuseF.../parser_native/tests
2008-08-12 16:40:51 +00:00
..
arith.r - using leaf_node_t includes the skip parser in the parsed token, causing expressions like (1 == ONE) to fail. use reduced_node_t instead 2008-08-10 20:38:52 +00:00
arith.t - using leaf_node_t includes the skip parser in the parsed token, causing expressions like (1 == ONE) to fail. use reduced_node_t instead 2008-08-10 20:38:52 +00:00
cast.r - fray::find(fray, size_type) was broken, caused infinite recursion in count() 2008-08-10 21:09:54 +00:00
cast.t - fray::find(fray, size_type) was broken, caused infinite recursion in count() 2008-08-10 21:09:54 +00:00
ccnorm.r - fray::find(fray, size_type) was broken, caused infinite recursion in count() 2008-08-10 21:09:54 +00:00
ccnorm.t - fray::find(fray, size_type) was broken, caused infinite recursion in count() 2008-08-10 21:09:54 +00:00
comment.r - fray::find(fray, size_type) was broken, caused infinite recursion in count() 2008-08-10 21:09:54 +00:00
comment.t - fray::find(fray, size_type) was broken, caused infinite recursion in count() 2008-08-10 21:09:54 +00:00
count.r - fray::find(fray, size_type) was broken, caused infinite recursion in count() 2008-08-10 21:09:54 +00:00
count.t - fray::find(fray, size_type) was broken, caused infinite recursion in count() 2008-08-10 21:09:54 +00:00
date1.r initial support for dates and intervals 2008-08-11 22:09:34 +00:00
date1.t initial support for dates and intervals 2008-08-11 22:09:34 +00:00
date2.r initial support for dates and intervals 2008-08-11 22:09:34 +00:00
date2.t initial support for dates and intervals 2008-08-11 22:09:34 +00:00
eq.r - using leaf_node_t includes the skip parser in the parsed token, causing expressions like (1 == ONE) to fail. use reduced_node_t instead 2008-08-10 20:38:52 +00:00
eq.t - using leaf_node_t includes the skip parser in the parsed token, causing expressions like (1 == ONE) to fail. use reduced_node_t instead 2008-08-10 20:38:52 +00:00
float.r - using leaf_node_t includes the skip parser in the parsed token, causing expressions like (1 == ONE) to fail. use reduced_node_t instead 2008-08-10 20:38:52 +00:00
float.t - using leaf_node_t includes the skip parser in the parsed token, causing expressions like (1 == ONE) to fail. use reduced_node_t instead 2008-08-10 20:38:52 +00:00
ifthen.r add 'if <expr> then <iftrue> else <iffalse> end' as an alternative syntax to expr ? iftrue : iffalse 2008-08-12 16:40:51 +00:00
ifthen.t add 'if <expr> then <iftrue> else <iffalse> end' as an alternative syntax to expr ? iftrue : iffalse 2008-08-12 16:40:51 +00:00
in.r - using leaf_node_t includes the skip parser in the parsed token, causing expressions like (1 == ONE) to fail. use reduced_node_t instead 2008-08-10 20:38:52 +00:00
in.t - using leaf_node_t includes the skip parser in the parsed token, causing expressions like (1 == ONE) to fail. use reduced_node_t instead 2008-08-10 20:38:52 +00:00
lcase.r - using leaf_node_t includes the skip parser in the parsed token, causing expressions like (1 == ONE) to fail. use reduced_node_t instead 2008-08-10 20:38:52 +00:00
lcase.t - using leaf_node_t includes the skip parser in the parsed token, causing expressions like (1 == ONE) to fail. use reduced_node_t instead 2008-08-10 20:38:52 +00:00
length.r - using leaf_node_t includes the skip parser in the parsed token, causing expressions like (1 == ONE) to fail. use reduced_node_t instead 2008-08-10 20:38:52 +00:00
length.t - using leaf_node_t includes the skip parser in the parsed token, causing expressions like (1 == ONE) to fail. use reduced_node_t instead 2008-08-10 20:38:52 +00:00
like.r - using leaf_node_t includes the skip parser in the parsed token, causing expressions like (1 == ONE) to fail. use reduced_node_t instead 2008-08-10 20:38:52 +00:00
like.t - using leaf_node_t includes the skip parser in the parsed token, causing expressions like (1 == ONE) to fail. use reduced_node_t instead 2008-08-10 20:38:52 +00:00
norm.r - using leaf_node_t includes the skip parser in the parsed token, causing expressions like (1 == ONE) to fail. use reduced_node_t instead 2008-08-10 20:38:52 +00:00
norm.t - using leaf_node_t includes the skip parser in the parsed token, causing expressions like (1 == ONE) to fail. use reduced_node_t instead 2008-08-10 20:38:52 +00:00
numbers.r - using leaf_node_t includes the skip parser in the parsed token, causing expressions like (1 == ONE) to fail. use reduced_node_t instead 2008-08-10 20:38:52 +00:00
numbers.t - using leaf_node_t includes the skip parser in the parsed token, causing expressions like (1 == ONE) to fail. use reduced_node_t instead 2008-08-10 20:38:52 +00:00
ord.r - using leaf_node_t includes the skip parser in the parsed token, causing expressions like (1 == ONE) to fail. use reduced_node_t instead 2008-08-10 20:38:52 +00:00
ord.t - using leaf_node_t includes the skip parser in the parsed token, causing expressions like (1 == ONE) to fail. use reduced_node_t instead 2008-08-10 20:38:52 +00:00
prec.r - using leaf_node_t includes the skip parser in the parsed token, causing expressions like (1 == ONE) to fail. use reduced_node_t instead 2008-08-10 20:38:52 +00:00
prec.t - using leaf_node_t includes the skip parser in the parsed token, causing expressions like (1 == ONE) to fail. use reduced_node_t instead 2008-08-10 20:38:52 +00:00
regex.r - using leaf_node_t includes the skip parser in the parsed token, causing expressions like (1 == ONE) to fail. use reduced_node_t instead 2008-08-10 20:38:52 +00:00
regex.t - using leaf_node_t includes the skip parser in the parsed token, causing expressions like (1 == ONE) to fail. use reduced_node_t instead 2008-08-10 20:38:52 +00:00
rmdoubles.r - fray::find(fray, size_type) was broken, caused infinite recursion in count() 2008-08-10 21:09:54 +00:00
rmdoubles.t - fray::find(fray, size_type) was broken, caused infinite recursion in count() 2008-08-10 21:09:54 +00:00
rmspecials.r - fray::find(fray, size_type) was broken, caused infinite recursion in count() 2008-08-10 21:09:54 +00:00
rmspecials.t - fray::find(fray, size_type) was broken, caused infinite recursion in count() 2008-08-10 21:09:54 +00:00
specialratio.r - fray::find(fray, size_type) was broken, caused infinite recursion in count() 2008-08-10 21:09:54 +00:00
specialratio.t - fray::find(fray, size_type) was broken, caused infinite recursion in count() 2008-08-10 21:09:54 +00:00
string.r - using leaf_node_t includes the skip parser in the parsed token, causing expressions like (1 == ONE) to fail. use reduced_node_t instead 2008-08-10 20:38:52 +00:00
string.t - using leaf_node_t includes the skip parser in the parsed token, causing expressions like (1 == ONE) to fail. use reduced_node_t instead 2008-08-10 20:38:52 +00:00
tern.r - using leaf_node_t includes the skip parser in the parsed token, causing expressions like (1 == ONE) to fail. use reduced_node_t instead 2008-08-10 20:38:52 +00:00
tern.t - using leaf_node_t includes the skip parser in the parsed token, causing expressions like (1 == ONE) to fail. use reduced_node_t instead 2008-08-10 20:38:52 +00:00
utf8.r - using leaf_node_t includes the skip parser in the parsed token, causing expressions like (1 == ONE) to fail. use reduced_node_t instead 2008-08-10 20:38:52 +00:00
utf8.t - using leaf_node_t includes the skip parser in the parsed token, causing expressions like (1 == ONE) to fail. use reduced_node_t instead 2008-08-10 20:38:52 +00:00
whitespace.r - using leaf_node_t includes the skip parser in the parsed token, causing expressions like (1 == ONE) to fail. use reduced_node_t instead 2008-08-10 20:38:52 +00:00
whitespace.t - using leaf_node_t includes the skip parser in the parsed token, causing expressions like (1 == ONE) to fail. use reduced_node_t instead 2008-08-10 20:38:52 +00:00
whitespace1.r - using leaf_node_t includes the skip parser in the parsed token, causing expressions like (1 == ONE) to fail. use reduced_node_t instead 2008-08-10 20:38:52 +00:00
whitespace1.t - using leaf_node_t includes the skip parser in the parsed token, causing expressions like (1 == ONE) to fail. use reduced_node_t instead 2008-08-10 20:38:52 +00:00