Add one more selector to CSS parsing tests
Add an E + F selector to the selector parsing tests. It is a CSS selector that we support.
This commit is contained in:
@ -12,6 +12,7 @@ test_parse_selectors (void)
|
|||||||
"E {}",
|
"E {}",
|
||||||
"E F {}",
|
"E F {}",
|
||||||
"E > F {}",
|
"E > F {}",
|
||||||
|
"E + F {}",
|
||||||
"E#id {}",
|
"E#id {}",
|
||||||
"#id {}",
|
"#id {}",
|
||||||
"tab:first-child {}",
|
"tab:first-child {}",
|
||||||
|
|||||||
Reference in New Issue
Block a user