Googletest export

Clean up links to Matchers Reference

PiperOrigin-RevId: 370821457
This commit is contained in:
Abseil Team
2021-04-27 23:56:12 -04:00
committed by Derek Mauro
parent 680a5aa337
commit 065a0c8140
2 changed files with 4 additions and 4 deletions

View File

@@ -399,9 +399,8 @@ and you're ready to go.
(Please read the [previous](#asserting-using-gmock-matchers) section first if
you haven't.)
You can use the gMock
[string matchers](gmock_cheat_sheet.md#string-matchers) with
`EXPECT_THAT()` or `ASSERT_THAT()` to do more string comparison tricks
You can use the gMock [string matchers](reference/matchers.md#string-matchers)
with `EXPECT_THAT()` or `ASSERT_THAT()` to do more string comparison tricks
(sub-string, prefix, suffix, regular expression, and etc). For example,
```c++