Group
Extension

Matches 3

Test-XPath ( M/MA/MANWAR/Test-XPath-0.20.tar.gz, MANWAR, 2022; MetaCPAN )
Test-XPath/t/simple.t ( view source; MetaCPAN )
 like, and cmp_ok.
$xp->is( '/html/head/title', 'Hello', 'is should work');
$xp->isnt( '/html/head/title', 'Bye', 'isnt should work');
$xp->like( '/html/head/title', qr{^Hel{2}o$}, 'like should work')
_ok should work');

# Make them fail.
test_out('not ok 1 - is should work');
test_out('not ok 2 - isnt should work');
test_out('not ok 3 - like should work');
test_out('not ok 4 - unlike should work')
p_ok should work');
$xp->is( '/html/head/title', 'Bye', 'is should work');
$xp->isnt( '/html/head/title', 'Hello', 'isnt should work');
$xp->like( '/html/head/title', qr{^Bye$}, 'like should work');
$
Test-XPath ( M/MA/MANWAR/Test-XPath-0.20.tar.gz, MANWAR, 2022; MetaCPAN )
Test-XPath/t/css_selector.t ( view source; MetaCPAN )
d cmp_ok.
$xp->is( ' > html > head > title', 'Hello', 'is should work');
$xp->isnt( ' > html > head > title', 'Bye', 'isnt should work');
$xp->like( ' > html > head > title', qr{^Hel{2}o$}, 'like shou
_ok should work');

# Make them fail.
test_out('not ok 1 - is should work');
test_out('not ok 2 - isnt should work');
test_out('not ok 3 - like should work');
test_out('not ok 4 - unlike should work')
ld work');
$xp->is( ' > html > head > title', 'Bye', 'is should work');
$xp->isnt( ' > html > head > title', 'Hello', 'isnt should work');
$xp->like( ' > html > head > title', qr{^Bye$}, 'like should 
Test-XPath ( M/MA/MANWAR/Test-XPath-0.20.tar.gz, MANWAR, 2022; MetaCPAN )
Test-XPath/t/xpath.t ( view source; MetaCPAN )
 like, and cmp_ok.
$xp->is( '/html/head/title', 'Hello', 'is should work');
$xp->isnt( '/html/head/title', 'Bye', 'isnt should work');
$xp->like( '/html/head/title', qr{^Hel{2}o$}, 'like should work')

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.