andybalholm / cascadia

CSS selector library in Go
BSD 2-Clause "Simplified" License
697 stars 65 forks source link

Add ignore case feature for CSS selectors attributes #51

Closed kinoute closed 3 years ago

kinoute commented 3 years ago

Following #49 request, I tried to add the case-insensitive flag i for CSS selectors attributes. s wasn't implemented.

I also added some tests for that new feature as well.