MCPcopy Index your code
hub / github.com/jquery/jquery / assertMatch

Function assertMatch

test/unit/selector.js:1536–1538  ·  view source on GitHub ↗
( text, elem, selector )

Source from the content-addressed store, hash-verified

1534 return ret.join( "" );
1535 },
1536 assertMatch = function( text, elem, selector ) {
1537 assert.ok( jQuery( elem ).is( selector ), text + " match " + selector );
1538 },
1539 assertNoMatch = function( text, elem, selector ) {
1540
1541 // Support: Chrome 141 only

Callers 1

testLangFunction · 0.85

Calls 1

jQueryFunction · 0.50

Tested by

no test coverage detected