gorilla / css

Package gorilla/css is a CSS3 tokenizer.
https://gorilla.github.io
BSD 3-Clause "New" or "Revised" License
86 stars 36 forks source link

fix URI parsing regex #6

Closed asciimoo closed 7 years ago

asciimoo commented 8 years ago

I've fixed the same bug as @redforks in #5 before i saw that pull request. This is a similar solution, but handles parenthesis correctly in strings and URIs - see the tests.