Commit fcffabb5 by Abseil Team Committed by Gennadiy Civil

Googletest export

Fix broken link to regex syntax guide in cheat_sheet.md PiperOrigin-RevId: 263840914
parent 410b5298
...@@ -312,8 +312,9 @@ The `argument` can be either a C string or a C++ string object: ...@@ -312,8 +312,9 @@ The `argument` can be either a C string or a C++ string object:
`ContainsRegex()` and `MatchesRegex()` take ownership of the `RE` object. They `ContainsRegex()` and `MatchesRegex()` take ownership of the `RE` object. They
use the regular expression syntax defined use the regular expression syntax defined
[here](advanced.md#regular-expression-syntax). `StrCaseEq()`, `StrCaseNe()`, [here](../../googletest/docs/advanced.md#regular-expression-syntax).
`StrEq()`, and `StrNe()` work for wide strings as well. `StrCaseEq()`, `StrCaseNe()`, `StrEq()`, and `StrNe()` work for wide strings as
well.
#### Container Matchers #### Container Matchers
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment