Skip to content

Commit

Permalink
add tests for leading combinator in nested qualified rule
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed May 9, 2024
1 parent a4ae4e2 commit b9ca969
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions malva/tests/fmt/css/nest/nested.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@
img {
display: block;
}

>img{}
+img{}
~img{}
||img{}
}
5 changes: 5 additions & 0 deletions malva/tests/fmt/css/nest/nested.snap
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@ source: malva/tests/fmt.rs
img {
display: block;
}

> img {}
+ img {}
~ img {}
|| img {}
}

0 comments on commit b9ca969

Please sign in to comment.