qiechenxian
Results
2
issues of
qiechenxian
如 https://github.com/MistEO/meojson/blob/master/include/parser5/unicode.h 中的 space_separator数组,存在以下unicode序列 0x2000, 0x2001, 0x2002, 0x2003, 0x2004, 0x2005,其明显不是以 { start1, end1, start2, end2, ... } 的形式保存的。 且 https://www.compart.com/en/unicode/category/Zs 中显示0x2000, 0x2001, 0x2002, 0x2003, 0x2004, 0x2005 均为 Space Separator
https://github.com/MistEO/meojson/blob/595cd8e54e57fae5dbef08ef82d09c12a81b131d/include/parser5/parser5.hpp#L411-L413 函数 exceptionDetailInfo() 会先被调用并更新 _current_char 使异常信息不准确。