Currently it fails on cases like '\001'.
Note: Since StringLiteral::outputString dumps most nonprintable
characters in octal value, the exact string literal format isn't preserved,
e.g. "\x01" becomes '\001'.
Differential D64151
Enhance abseil-faster-strsplit-delimiter to handle other non-printable characters. zhangxy988 on Jul 3 2019, 11:39 AM. Authored by
Details Currently it fails on cases like '\001'. Note: Since StringLiteral::outputString dumps most nonprintable
Diff Detail
Event TimelineComment Actions Sorry, the patch does not apply cleanly to current master -- could you rebase please?
|