rename and apply snake_case on CheatSheet.md

This commit is contained in:
Krystian Kuzniarek
2019-07-13 07:47:14 +02:00
parent 437e1008c9
commit 275bbc7884
6 changed files with 8 additions and 8 deletions

View File

@@ -429,7 +429,7 @@ 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](../../googlemock/docs/CheatSheet.md#string-matchers)
You can use the gMock [string matchers](../../googlemock/docs/cheat_sheet.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,