JSONSelectTests
JSONSelectTests copied to clipboard
Missing test for :first-child without a type
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.