mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Cmake docbook tests: Check for correct use of namespaces
This commit is contained in:
parent
3dccce1411
commit
3e18adc110
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user