commit | eaffe931d868419e2fd7430f9d6fd165c68e7e94 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Thu Mar 07 17:14:42 2019 +0100 |
committer | Akron <nils@diewald-online.de> | Thu Mar 07 17:14:42 2019 +0100 |
tree | a1555df0b360c620e5b85a5e0f2a06ea2826ca67 | |
parent | 94262cef2bc4a40aa372d4a46a6e7de6583379a1 [diff] |
Fail hard on tokenization problems now Change-Id: I82ba79c53b02d3335650db31a589887dba986aaf
diff --git a/t/script/archive.t b/t/script/archive.t index 290784b..598c8e5 100644 --- a/t/script/archive.t +++ b/t/script/archive.t
@@ -172,7 +172,7 @@ local $SIG{__WARN__} = sub {}; my $out = stderr_from(sub { system($call); }); - like($out, qr!no base tokenization!s, $call); + like($out, qr!no working base tokenization!s, $call); }; my $input_quotes = catfile($f, '..', 'corpus', 'archive_quotes.zip');