hcesar / HtmlAgilityPack.CssSelector

HtmlAgilityPack CSS Selector
75 stars 30 forks source link

Class selector not working if it contains other characters #13

Open Linojan opened 5 years ago

Linojan commented 5 years ago

Class selector not working if class contains new line character (\n). Need to add \r \n along with existing \t in GetClassList method in HapCssExtensionMethods class. bug