Source code
Revision control
Copy as Markdown
Other Tools
[order-of-metas.window.html]
expected:
if (os == "win") and debug and (processor == "x86"): CRASH
if (os == "mac") and not debug: [OK, CRASH]
[order-of-metas.window.html]
expected:
if (os == "win") and debug and (processor == "x86"): CRASH
if (os == "mac") and not debug: [OK, CRASH]