chjj / zest

An absurdly fast CSS selector engine.
MIT License
238 stars 14 forks source link

Fix + and > combinators. #16

Open cscott opened 11 years ago

cscott commented 11 years ago

The + and > combinators throw null dereference exceptions if they match elements with no prior sibling or parent (respectively).