Details
Details
- Reviewers
jeffbailey - Commits
- rGf8322d135176: [libc] Add a method `find_last_of` to StringView.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks! One comment within.
libc/test/src/__support/CPP/stringview_test.cpp | ||
---|---|---|
203 | I apparently missed this in find_first_of, too, but it would be nice to have a test on an empty string to make sure that's handled correctly. |
I apparently missed this in find_first_of, too, but it would be nice to have a test on an empty string to make sure that's handled correctly.