Data-Transform-SAXBuilder
view release on metacpan or search on metacpan
t/01-document.t view on Meta::CPAN
71727374757677787980818283848586878889
my
(
$type
,
$errno
,
$errmsg
,
$id
) =
@_
[ARG0..
$#_
];
is(
$errno
, 0,
"got EOF"
);
delete
$heap
->{wheel};
}
# below is a list of xml documents these are used to drive the tests.
__DATA__
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>FOO</title>
</head>
<body>
<h1>FOO</h1>
</body>
</html>
t/02-multiple.t view on Meta::CPAN
74757677787980818283848586878889909192
is(
$errno
, 0,
"got EOF"
);
delete
$heap
->{wheel};
}
# below is a list of xml documents these are used to drive the tests.
__DATA__
<empty>
</empty>
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>FOO</title>
</head>
<body>
<h1>FOO</h1>
</body>
</html>
t/04-detach.t view on Meta::CPAN
979899100101102103104105106107108109110111112113114115
my
(
$type
,
$errno
,
$errmsg
,
$id
) =
@_
[ARG0..
$#_
];
is(
$errno
, 0,
"got EOF"
);
delete
$heap
->{wheel};
}
# below is a list of xml documents these are used to drive the tests.
__DATA__
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>FOO</title>
</head>
<body>
<h1>FOO</h1>
</body>
</html>
( run in 1.314 second using v1.01-cache-2.11-cpan-87723dcf8b7 )