commit | 0e48977d02bcad3ad0c00663269b949a4dedd4cf | [log] [tgz] |
---|---|---|
author | Nils Diewald <nils@diewald-online.de> | Mon Oct 24 15:16:52 2016 +0200 |
committer | Akron <nils@diewald-online.de> | Mon Oct 24 19:06:31 2016 +0200 |
tree | 500727b826ecc174e039fc077c4ace009b6985f5 | |
parent | bdf434a123f0dc0bcaa1f3bc30211812c11fbd56 [diff] [blame] |
Fixed windows support Change-Id: I00796d75841ce2728f5bc9bd0524275bfb4f7ef2
diff --git a/t/annotation/meta.t b/t/annotation/meta.t index f641ccf..d4773d7 100644 --- a/t/annotation/meta.t +++ b/t/annotation/meta.t
@@ -16,7 +16,7 @@ ok(my $doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document'); ok($doc->parse, 'Parse document'); -like($doc->path, qr!$path/!, 'Path'); +like($doc->path, qr!\Q$path\E/!, 'Path'); # Metdata is($doc->text_sigle, 'Corpus/Doc/0001', 'ID-text');