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-23 21:53:35 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
52827acbab
mediawiki-extensions-AbuseF...
/
tests
/
parserTests
/
expn.t
3 lines
86 B
Perl
Raw
Normal View
History
Unescape
Escape
Add test coverage for more bizzare features of the filter parser I am pretty sure all of the behavior documented in these tests is a bad idea. It is possible that we can fix it since some of those features are probably unused, but for now those tests will serve as a documentation of the current behavior. Change-Id: Ia2a2f57a538d7aef2ac73fb2e47fe82dd5d5e09a
2016-08-21 22:38:25 +00:00
/* In filter language, the exponentiation is left-associative */
Reinforce parser tests Some of them are actually too simple, and may be unuseful in tricky situations. This patch adds a lot of test cases to provide an (almost) bombproof safety with future patches. Depends-On: I0bb1ed0109af66997e238b532d342d82d4c4ae19 Change-Id: I274ef306775c36be20acb662353f6537ff3f1a33
2018-04-07 10:42:17 +00:00
(
2
**
3
**
2
)
===
64
Reference in a new issue
Copy permalink