From: Kornel Benko Date: Sat, 22 Aug 2020 15:40:34 +0000 (+0200) Subject: Cmake docbook tests: Check for correct use of namespaces X-Git-Tag: lyx-2.4.0dev-acb2ca7b~331 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=3e18adc11097d72153321ce62af8b72f6231f6a8;p=features.git Cmake docbook tests: Check for correct use of namespaces --- diff --git a/development/autotests/xmlParser.pl b/development/autotests/xmlParser.pl index e33cde8d3a..d6e6a02c94 100644 --- a/development/autotests/xmlParser.pl +++ b/development/autotests/xmlParser.pl @@ -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); }