~ubuntu-branches/ubuntu/trusty/libxml-libxml-perl/trusty-security

« back to all changes in this revision

Viewing changes to t/21catalog.t

  • Committer: Package Import Robot
  • Author(s): Alessandro Ghedini
  • Date: 2012-10-16 14:10:26 UTC
  • mfrom: (1.2.26)
  • Revision ID: package-import@ubuntu.com-20121016141026-3x0th9su7cue9hl0
Tags: 2.0006+dfsg-1
* New upstream release
* Refresh patches
* Bump Standards-Version to 3.9.4 (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
# XML::LibXML->load_catalog( "example/catalog.xml" );
10
10
 
11
 
# the following document should not be able to get parsed 
 
11
# the following document should not be able to get parsed
12
12
# if the catalog is not available
13
13
 
14
14
my $doc = XML::LibXML->new( catalog => "example/catalog.xml" )->parse_string(<<EOF);