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

CSS2 selector that has an attribute with a period #3

Closed nebuta closed 12 years ago

nebuta commented 12 years ago

This does not work.

doc >>> css "meta[name='dc.Identifier']"

Error message is as follows:

(line 1, column 14):
unexpected "."
expecting letter or digit or "]"
egonSchiele commented 12 years ago

Fixed in bc991ac.