Source code

Revision control

Copy as Markdown

Other Tools

[parser-blocking.html]
expected:
if (os == "linux") and not debug and fission and (processor == "x86"): [OK, ERROR]
if (os == "linux") and not debug and not fission: [OK, ERROR]
if (os == "win") and not debug: [OK, ERROR]
if (os == "mac") and not debug: OK
if os == "android": ERROR
[ERROR, OK]