blob: ebdc17c25b8ee4272b32170a539810ae659bf918 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[empty.html]
[empty URL: inline-unquoted]
expected:
if (os == "mac") and not debug: [FAIL, PASS]
FAIL
[empty URL: inline-quoted]
expected:
if (os == "mac") and not debug: [FAIL, PASS]
FAIL
[empty URL: external-unquoted]
expected:
if (os == "mac") and not debug: [FAIL, PASS]
FAIL
[empty URL: external-quoted]
expected:
if (os == "mac") and not debug: [FAIL, PASS]
FAIL
|