mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +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 strict;
|
||||||
use XML::Parser;
|
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) {
|
for my $arg (@ARGV) {
|
||||||
$p1->parsefile($arg);
|
$p1->parsefile($arg);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user