egonSchiele / HandsomeSoup

Easy HTML parsing for Haskell
http://egonschiele.github.com/HandsomeSoup
BSD 3-Clause "New" or "Revised" License
124 stars 20 forks source link

Fixed a bug that caused problems with attribute selectors that contain underscores #1

Closed kaitanie closed 12 years ago

kaitanie commented 12 years ago

There was a bug that caused parsing problems if attribute selectors contain underscore characters. I fixed the bug and added a test for it.