mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Add OP_CCLASS_MB case
This commit is contained in:
parent
a145a204ec
commit
90bfac296e
Notes:
git
2022-11-17 14:19:47 +00:00
1 changed files with 1 additions and 0 deletions
|
@ -496,6 +496,7 @@ static void init_cache_index_table(regex_t* reg, OnigCacheIndex *table)
|
|||
case OP_CCLASS:
|
||||
case OP_CCLASS_NOT:
|
||||
p += SIZE_BITSET; break;
|
||||
case OP_CCLASS_MB:
|
||||
case OP_CCLASS_MB_NOT:
|
||||
GET_LENGTH_INC(len, p); p += len; break;
|
||||
case OP_CCLASS_MIX:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue