commit | b3e9ccd8f24c3a7a5c8dbefc3fa2e1d0460da62d | [log] [tgz] |
---|---|---|
author | Nils Diewald <nils@diewald-online.de> | Mon Oct 24 15:16:52 2016 +0200 |
committer | Nils Diewald <nils@diewald-online.de> | Mon Oct 24 15:16:52 2016 +0200 |
tree | b35f5b88fdec99c851149d7196643597c9516e8b | |
parent | 4c0cf31a2a7346b0d0eb0ae7f497a2e30b5c90f6 [diff] [blame] |
Fixed windows support Change-Id: I042ab736bb0fc6e7dce17c330b3bc663be60cc79
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');