/home/.cpanm/work/1759492321.34808/XML-LibXML-2.0210/t
# This is a test for: # https://rt.cpan.org/Ticket/Display.html?id=58848 use strict; use warnings; use Test::More tests => 1; use XML::LibXML; { eval { XML::LibXML->new->parse_file('example/thedieline.rss'); }; my $err = $@; # TEST like ("$err", qr{parser error : Input is not proper UTF-8}, 'Parser error.', ); } =head1 COPYRIGHT & LICENSE Copyright 2011 by Shlomi Fish This program is distributed under the MIT (X11) License: L<http://www.opensource.org/licenses/mit-license.php> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. =cut
.
Edit
..
Edit
00-report-prereqs.t
Edit
01basic.t
Edit
02parse.t
Edit
03doc.t
Edit
04node.t
Edit
05text.t
Edit
06elements.t
Edit
07dtd.t
Edit
08findnodes.t
Edit
09xpath.t
Edit
10ns.t
Edit
11memory.t
Edit
12html.t
Edit
13dtd.t
Edit
14sax.t
Edit
15nodelist.t
Edit
16docnodes.t
Edit
17callbacks.t
Edit
18docfree.t
Edit
19die_on_invalid_utf8_rt_58848.t
Edit
19encoding.t
Edit
20extras.t
Edit
21catalog.t
Edit
23rawfunctions.t
Edit
24c14n.t
Edit
25relaxng.t
Edit
26schema.t
Edit
27new_callbacks_simple.t
Edit
28new_callbacks_multiple.t
Edit
29id.t
Edit
30keep_blanks.t
Edit
30xpathcontext.t
Edit
31xpc_functions.t
Edit
32xpc_variables.t
Edit
35huge_mode.t
Edit
40reader.t
Edit
40reader_mem_error.t
Edit
41xinclude.t
Edit
42common.t
Edit
43options.t
Edit
44extent.t
Edit
45regex.t
Edit
46err_column.t
Edit
47load_xml_callbacks.t
Edit
48_RH5_double_free_rt83779.t
Edit
48_SAX_Builder_rt_91433.t
Edit
48_gh_pr63_detect_undef_values.t
Edit
48_memleak_rt_83744.t
Edit
48_reader_undef_warning_on_empty_str_rt106830.t
Edit
48_removeChild_crashes_rt_80395.t
Edit
48_replaceNode_DTD_nodes_rT_80521.t
Edit
48_rt123379_setNamespace.t
Edit
48_rt55000.t
Edit
48_rt93429_recover_2_in_html_parsing.t
Edit
48importing_nodes_IDs_rt_69520.t
Edit
49_load_html.t
Edit
49callbacks_returning_undef.t
Edit
49global_extent.t
Edit
50devel.t
Edit
51_parse_html_string_rt87089.t
Edit
60error_prev_chain.t
Edit
60struct_error.t
Edit
61error.t
Edit
62overload.t
Edit
71overloads.t
Edit
72destruction.t
Edit
80registryleak.t
Edit
90shared_clone_failed_rt_91800.t
Edit
90stack.t
Edit
90threads.t
Edit
91unique_key.t
Edit
cpan-changes.t
Edit
data
Edit
lib
Edit
namespace-magic-scalar-rt144415.t
Edit
pod-files-presence.t
Edit
pod.t
Edit
release-kwalitee.t
Edit
style-trailing-space.t
Edit