dperini / nwsapi

Fast CSS Selectors API Engine
MIT License
103 stars 35 forks source link

fix #62: tag name resolver case sensitivity #79

Closed regseb closed 1 year ago

regseb commented 1 year ago

I used the code of the comment https://github.com/dperini/nwsapi/issues/62#issuecomment-1236191530

dperini commented 1 year ago

@regseb I believe it is possible to remove both the MIXED_CASE flag and the hasMixedCase() helper since they are only used here. Thank you so much for contributing this fix.