JSONSelectTests icon indicating copy to clipboard operation
JSONSelectTests copied to clipboard

Missing test for :first-child without a type

Open progval opened this issue 10 years ago • 0 comments

I found a bug in the Python implementation where :first-child did not behave as the Javascript implementation: https://github.com/mwhooker/jsonselect/issues/5

This behavior (:first-child without a type) is not tested in these conformance tests.

progval avatar Mar 22 '15 19:03 progval