chjj / zest

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

Fix + and > selectors when there is no sibling/parent (closes gh #16). #17

Open cscott opened 11 years ago

cscott commented 11 years ago

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

Fix the issue, and add additional tests targetting it.

cscott commented 10 years ago

Ping? This patch is 7 months old now.

cscott commented 8 years ago

Ping? This patch is over 2 years old now.