mirror of
https://git.mirrors.martin98.com/https://github.com/google/googletest.git
synced 2025-10-12 10:31:30 +08:00

Treat default-constructed string_view same as constructed from "". In the context of string comparison (e.g. HasSubstr, StartsWith, EndsWith, etc.), a default-constructed string_view (nullptr) should be semantically same as a empty string "". PiperOrigin-RevId: 212816839