Source code

Revision control

Copy as Markdown

Other Tools

[transform-input-012.html]
expected:
if (os == "mac") and not debug: [FAIL, PASS]
if (os == "mac") and debug: FAIL
if (os == "android") and not debug: [PASS, FAIL]