mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-13 17:27:20 +00:00
af7744781f
Bug: T230727 Depends-On: I8e7f7710b8cb37ada8531b631456a3ce7b27ee45 Change-Id: I3b85087677607573f4fa68681735dc35348dcd87
5 lines
130 B
Turing
5 lines
130 B
Turing
(if 1 then 2 else 3 end) === 2 &
|
|
(if false then 2 else 3 end) === 3 &
|
|
(if true then 3 end) === 3 &
|
|
(if false then 3 end) === null
|