mirror of
https://github.com/google/googletest.git
synced 2025-01-09 21:57:40 +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