commit | 93d620e46dba1a790845408bd92571eb22c854e3 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Fri Feb 05 19:40:05 2016 +0100 |
committer | Akron <nils@diewald-online.de> | Fri Feb 05 19:40:05 2016 +0100 |
tree | 2f4846549357ce96ed94e14083ac5248177cda38 | |
parent | 6764d55ed817f9f70ce83be86c56f16525cbb3a1 [diff] [blame] |
Update scripts and sgbr test suite Change-Id: I3d584fd559d84eca80da6c5fbe257edab79b1017
diff --git a/t/sgbr/pos.t b/t/sgbr/pos.t index 417af0c..feb357a 100644 --- a/t/sgbr/pos.t +++ b/t/sgbr/pos.t
@@ -26,7 +26,7 @@ ok($tokens->parse, 'Parse tokenization based on lemmata'); -ok($tokens->add('Schreibgebrauch', 'Morpho'), 'Add Structure'); +ok($tokens->add('Sgbr', 'Morpho'), 'Add Structure'); my $data = $tokens->to_data->{data};