add new test case

pull/7650/head
tanhauhau 4 years ago
parent 648cb1454e
commit 1b7ba96483

@ -0,0 +1,9 @@
[
{
"code": "css-invalid-selector",
"message": "Invalid selector \"p >\"",
"start": { "line": 4, "column": 1, "character": 26 },
"end": { "line": 4, "column": 4, "character": 29 },
"pos": 26
}
]

@ -0,0 +1,7 @@
<p><span /></p>
<style>
p > {
color: red;
}
</style>
Loading…
Cancel
Save