]> git.lyx.org Git - features.git/commitdiff
Cmake docbook tests: Check for correct use of namespaces
authorKornel Benko <kornel@lyx.org>
Sat, 22 Aug 2020 15:40:34 +0000 (17:40 +0200)
committerKornel Benko <kornel@lyx.org>
Sat, 22 Aug 2020 15:40:34 +0000 (17:40 +0200)
development/autotests/xmlParser.pl

index e33cde8d3a91d365e592ae5aeea7000f5702ea8d..d6e6a02c942135b539a922c9d53ee081b96184d0 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use XML::Parser;
 
-my $p1 = XML::Parser->new(Style => 'Debug', ErrorContext => 2);
+my $p1 = XML::Parser->new(Style => 'Debug', ErrorContext => 2, Namespaces => 1);
 for my $arg (@ARGV) {
   $p1->parsefile($arg);
 }