commit | 49d27ee2cc68204a33b2817c0b18ee0430339193 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Tue Aug 03 11:58:13 2021 +0200 |
committer | Akron <nils@diewald-online.de> | Tue Aug 03 11:58:13 2021 +0200 |
tree | 544fb3f4303565bfc1aeac797c364b62da373e41 | |
parent | 465a099accd92cb62c0cb288fe79699e6a136fee [diff] [blame] |
Fix epsilon handling in match operation
diff --git a/datokenizer_test.go b/datokenizer_test.go index 7a20709..7651c86 100644 --- a/datokenizer_test.go +++ b/datokenizer_test.go
@@ -37,5 +37,5 @@ tok.buildDA() assert.True(tok.match("bau")) assert.True(tok.match("bad")) - // assert.True(tok.match("wald gehen")) + assert.True(tok.match("wald gehen")) }