Skip to content

Commit

Permalink
Add a test case for the #964
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre committed Feb 27, 2024
1 parent ca160ad commit c9d6af8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/rules/complex.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ exports.tests = [
complexSelectors: 1
}
},
{
css: '#foo .bar ul li a { color: red }',
metrics: {
complexSelectors: 1
}
},
{
css: '.someclass:not([ng-show="gcdmShowSystemNotAvailableMessage()"]){display:none}',
metrics: {
Expand Down

0 comments on commit c9d6af8

Please sign in to comment.