commit 3e18adc11097d72153321ce62af8b72f6231f6a8
Author: Kornel Benko <[email protected]>
Date:   Sat Aug 22 17:40:34 2020 +0200

    Cmake docbook tests: Check for correct use of namespaces
---
 development/autotests/xmlParser.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/development/autotests/xmlParser.pl 
b/development/autotests/xmlParser.pl
index e33cde8..d6e6a02 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);
 }
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to