6 lines
241 B
INI
6 lines
241 B
INI
[block-mime-as-script.html]
|
|
expected:
|
|
if (os == "win") and debug and (processor == "x86"): CRASH
|
|
if (os == "mac") and debug: CRASH
|
|
if (os == "mac") and not debug: [OK, CRASH]
|
|
if (os == "android") and not debug: [OK, CRASH]
|