mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-23 10:52:09 +00:00

data cache is unicode. while we use bytes in RegEx expect. The index of matched pattern is calculated with bytes, could be different from unicode. Now we fix this issue by using unicode in expect.