mediawiki-extensions-AbuseF.../tests/parserTests/expn.t
Victor Vasiliev 5da98b67bf 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 18:45:22 -04:00

3 lines
85 B
Raku

/* In filter language, the exponentiation is left-associative */
(2 ** 3 ** 2) == 64