mirror of
https://github.com/google/googletest.git
synced 2024-12-29 11:40:58 +08:00
ffc9baeb4c
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