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 token parsing with closing parentheses nearby #8

Closed daohoangson closed 7 years ago

daohoangson commented 7 years ago

Another PR to fix URI token with a different approach from #5 and #6.