allow to specify both tokenizations (extern and intern)
Change-Id: I2e3ff83e5122f803c5e4a18a0c1b89b93269d444
diff --git a/t/tei.t b/t/tei.t
index 53f372e..6dca05c 100644
--- a/t/tei.t
+++ b/t/tei.t
@@ -1,13 +1,14 @@
use strict;
use warnings;
use Test::More;
-use Test::KorAP::XML::TEI qw!korap_tempfile!;
use FindBin;
BEGIN {
unshift @INC, "$FindBin::Bin/../lib";
};
+use Test::KorAP::XML::TEI qw!korap_tempfile!;
+
use_ok('KorAP::XML::TEI', 'remove_xml_comments');
my ($fh, $filename) = korap_tempfile('tei');