This website requires JavaScript.
Explore
Help
Register
Sign In
wikimedia
/
mediawiki-extensions-AbuseFilter
Watch
1
Star
0
Fork
You've already forked mediawiki-extensions-AbuseFilter
0
mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced
2024-11-25 06:26:03 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9144f20245
mediawiki-extensions-AbuseF...
/
tests
/
parserTests
/
ifthen.t
3 lines
68 B
Perl
Raw
Normal View
History
Unescape
Escape
Improve code coverage for AbuseFilterParser Add some tests and improve others to raise coverage percentage. This should lead to almost 100% for the AbuseFilterParser class. Aside from this, a couple of changes: * Remove an unused function * Let equals_to_any return a genuine result with empty strings * Remove an if which will never be true in skipOverBraces, since the function is called after checking the same conditions. Bug: T201193 Change-Id: I7020b2ed996236c38c5784d161ad98ec44163406
2018-08-20 11:06:32 +00:00
(
if
1
then
2
else
3
end
)
===
2
&
(
if
false
then
2
else
3
end
)
===
3
Reference in a new issue
Copy permalink