mediawiki-extensions-AbuseF.../tests/parserTests/eq.t
Marius Hoch 35747761fb Allow running the AbuseFilter parser tests via phpunit
I've also added myself to the credits file as I'm the only
maintainer of this extension for a while now.

Change-Id: Id998172ea2abd70b8243de9db1a96cc2cfa47a64
2013-07-08 19:22:43 +02:00

2 lines
59 B
Raku

(1 == 1) & (1 != 2) & (1 === 1) & (1 == "1") & (1 !== "1")