18 lines
412 B
Plaintext
18 lines
412 B
Plaintext
|
Compare https://github.com/plk/biber/commit/a92bba540afb3b20826b405f09032dd908915391
|
||
|
|
||
|
---
|
||
|
t/bcfvalidation.t | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
--- t/bcfvalidation.t
|
||
|
+++ t/bcfvalidation.t 2016-01-29 10:30:28.006347949 +0000
|
||
|
@@ -4,7 +4,7 @@ use warnings;
|
||
|
use utf8;
|
||
|
no warnings 'utf8';
|
||
|
|
||
|
-use Test::More tests => 44;
|
||
|
+use Test::More tests => 43;
|
||
|
use XML::LibXML;
|
||
|
use Biber;
|
||
|
chdir('t');
|