mirror of
https://github.com/Feodor2/Mypal68.git
synced 2025-06-18 23:05:40 -04:00
5 lines
266 B
INI
5 lines
266 B
INI
[multi-line-wrap-reverse-column-reverse.html]
|
|
expected:
|
|
if (os == "mac") and (version == "OS X 10.14.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
if (os == "mac") and (version == "OS X 10.14") and (processor == "x86_64") and (bits == 64): FAIL
|
|
|