]> source.dussan.org Git - jquery.git/commit
Selector: Port Sizzle tests to jQuery
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Wed, 26 Jun 2019 19:39:10 +0000 (21:39 +0200)
committerGitHub <noreply@github.com>
Wed, 26 Jun 2019 19:39:10 +0000 (21:39 +0200)
commit79b74e043a4ee737d44a95094ff1184e40bd5b16
tree200b55efd1a472e7b3036c1e1ecf6b6afe96a317
parent438b1a3e8a52d3e4efd8aba45498477038849c97
Selector: Port Sizzle tests to jQuery

Apart from porting most Sizzle tests to jQuery (mostly to its selector module),
this commit fixes selector-native so that a jQuery custom compilation that
excludes Sizzle passes all tests as well.

Closes gh-4406
src/selector-native.js
test/.eslintrc.json
test/data/qunit-fixture.html
test/data/qunit-fixture.js
test/data/selector/mixed_sort.html [new file with mode: 0644]
test/data/testinit.js
test/unit/attributes.js
test/unit/core.js
test/unit/manipulation.js
test/unit/selector.js
test/unit/traversing.js