Introduce --no-tokenizer parameter
Change-Id: Icc12c24dd3d01b0e31d14b6d5a6c6214da0d9918
diff --git a/t/tei.t b/t/tei.t
index 4d068a6..98b945e 100644
--- a/t/tei.t
+++ b/t/tei.t
@@ -53,7 +53,8 @@
text => "<!--\nDies ist ein\nmehrzeiligerKommentar -->Text1",
textSigle => 'A/B.1',
pattern => 'xx'
- }
+ },
+ param => '--no-tokenizer'
)
->file_exists('A/B/1/data.xml')
->unzip_xml('A/B/1/data.xml')
@@ -67,7 +68,8 @@
text => "Nur ein Test",
textSigle => '',
pattern => 'missing_dir'
- }
+ },
+ param => '--no-tokenizer'
)
->file_exists_not('A/B/1/data.xml')
->stderr_like(qr!Empty '<textSigle />' \(L29\) in header!)