5 lines
231 B
INI
5 lines
231 B
INI
[text-align-start-003.html]
|
|
expected:
|
|
if (os == "win") and (processor == "x86") and debug: PASS
|
|
if (os == "win") and (processor == "x86") and not debug: [PASS, FAIL]
|
|
if (os == "win") and (processor == "x86_64"): PASS
|