File: 01basic.t

package info (click to toggle)
libxrd-parser-perl 0.201-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 376 kB
  • sloc: perl: 4,041; makefile: 7; sh: 1
file content (6 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
use Test::More tests => 2;
BEGIN { use_ok('XRD::Parser') };

is( XRD::Parser::host_uri('http://example.com/foo/bar'), XRD::Parser::host_uri('example.com'), "host_uri working as expected" );