mirror of
https://github.com/CJackHwang/ds2api.git
synced 2026-05-05 08:55:28 +08:00
10 lines
221 B
JSON
10 lines
221 B
JSON
{
|
|
"cases": [
|
|
{"name": "ascii_short", "tokens": 1},
|
|
{"name": "whitespace_only", "tokens": 1},
|
|
{"name": "newline_only", "tokens": 1},
|
|
{"name": "cjk", "tokens": 3},
|
|
{"name": "mixed", "tokens": 4}
|
|
]
|
|
}
|