Adding a test to check that serialization of JsPreTokenizer fits

PreTokenizer serialization.
This commit is contained in:
Nicolas Patry
2020-09-02 16:56:18 +02:00
committed by Anthony MOI
parent 52e527dc9f
commit b8d6c1dece
5 changed files with 154 additions and 44 deletions

View File

@ -19,3 +19,4 @@ neon-runtime = "0.3"
neon-serde = "0.3"
serde = { version = "1.0", features = [ "rc", "derive" ] }
tokenizers = { path = "../../../tokenizers" }
serde_json = "1.0"