mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-11 18:02:26 +03:00
add Tokenizer tests
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const TOKEN_TYPE_ID = 0;
|
||||
const TOKEN_VALUE_ID = 1;
|
||||
const TOKEN_LINE_ID = 2;
|
||||
const TOKEN_COLUMN_ID = 3;
|
||||
const TOKEN_COLUMN_ID = 2;
|
||||
const TOKEN_LINE_ID = 3;
|
||||
|
||||
const TOKEN_TYPE_WORD = 'word';
|
||||
const TOKEN_TYPE_TAG = 'tag';
|
||||
|
||||
Reference in New Issue
Block a user